java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.avaje.jsonb.JsonException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JsonDataException
,JsonIoException
Thrown when the data being parsed is not encoded as valid JSON,
method invocation fails for json views, or and underlying IOException occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonException
(String message) JsonException
(String message, Throwable cause) JsonException
(Throwable exception) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonException
-
JsonException
-
JsonException
-
-
Method Details
-
of
-