Package jsonvalues
Class UserError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jsonvalues.UserError
-
- All Implemented Interfaces:
Serializable
public class UserError extends RuntimeException
Exception that models a programming error made by the user. The user has a bug in their code and something has to be fixed. A suggestion in the message of the exception is suggested- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-