Package eliasstar.json.exceptions
Class JsonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eliasstar.json.exceptions.JsonException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmptyJsonException
,MalformedJsonException
,StateMachineException
public class JsonException extends Exception
Root exception with is extended by all json-specific exceptions.- Since:
- 1.0.0
- Author:
- Elias*
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonException()
JsonException(String message)
JsonException(String message, Throwable cause)
JsonException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-