core / com.acmerobotics.roadrunner.path / PathBuilderException

PathBuilderException

abstract class PathBuilderException : RuntimeException (source)

Exception thrown by PathBuilder.

Constructors

<init>

Exception thrown by PathBuilder.

PathBuilderException()

Inheritors

EmptyPathSegmentException

Exception thrown when empty path segments are requested.

class EmptyPathSegmentException : PathBuilderException

PathContinuityViolationException

Exception thrown when PathBuilder methods are chained illegally. This commonly arises when switching from non-tangent interpolation back to tangent interpolation and when splicing paths.

class PathContinuityViolationException : PathBuilderException