java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jsonvalues.UserError
- All Implemented Interfaces:
Serializable
Exception that models a programming error made by the user. The user has a bug in their code and something
has to be fixed. Part of the exception message is a suggestion to fix the bug.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserError
pathHeadIsNotAKey
(JsPath path) static UserError
pathHeadIsNotAnIndex
(JsPath path) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
pathHeadIsNotAnIndex
-
pathHeadIsNotAKey
-