abstract class PathBuilderException : RuntimeException
(source)
Exception thrown by PathBuilder.
<init> |
Exception thrown by PathBuilder. PathBuilderException() |
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 |