java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.avaje.jsonb.JsonException
io.avaje.jsonb.JsonDataException
- All Implemented Interfaces:
Serializable
Thrown when data being parsed is not encoded as valid json or attempting to write invalid json.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonDataException
(String message) JsonDataException
(String description, Throwable cause) JsonDataException
(Throwable cause) -
Method Summary
Methods inherited from class io.avaje.jsonb.JsonException
of
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonDataException
-
JsonDataException
-
JsonDataException
-