Package io.avaje.jsonb
Class JsonDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.avaje.jsonb.JsonException
-
- io.avaje.jsonb.JsonDataException
-
- All Implemented Interfaces:
Serializable
public class JsonDataException extends JsonException
Thrown when data being parsed is not encoded as valid json or attempting to write invalid json.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonDataException(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
-
-