Class JSONError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JSONSchemaError, JSONSerializationError, JSONSyntaxError

public abstract class JSONError extends IOException
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 Details

    • JSONError

      public JSONError(String message)