Class JSONSchemaError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JSONMissingIndexError, JSONMissingKeyError, JSONTypeError

public class JSONSchemaError extends JSONError
Signalled to indicate a problem with the structure of a value not being as expected.
See Also:
  • Constructor Details

    • JSONSchemaError

      public JSONSchemaError(String message)