Class JSONSchemaValidException

All Implemented Interfaces:
Serializable

public class JSONSchemaValidException extends JSONException
Exception thrown when JSON schema validation fails.
Since:
2.0.59
Author:
wenshao
See Also:
  • Constructor Details

    • JSONSchemaValidException

      public JSONSchemaValidException(String message)
      Constructs a new JSONSchemaValidException with the specified detail message.
      Parameters:
      message - the detail message