Class JSONError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.leastfixedpoint.json.JSONError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JSONSchemaError
,JSONSerializationError
,JSONSyntaxError
Signalled by JSONReader and JSONWriter on various kinds of formatting errors,
be they errors in JSON text or errors in some Java object graph being
serialized.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSONError
-