Class SchemaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSchemaException, SchemaViolationException

public class SchemaException extends JsonException
A class representing all possible exceptions that could occur when validating a JSON object against a Schema.
See Also:
  • Constructor Details

    • SchemaException

      public SchemaException(String reasonForInvalidity)
    • SchemaException

      public SchemaException(String reasonForInvalidity, Throwable subException)