Class InvalidSchemaException

All Implemented Interfaces:
Serializable

public class InvalidSchemaException extends SchemaException
This exception is used when a provided schema, IS valid JSON, but is NOT a valid Schema. E.g. Missing out a required property on a schema constraint.
See Also:
  • Constructor Details

    • InvalidSchemaException

      public InvalidSchemaException(String reasonForInvalidity)
    • InvalidSchemaException

      public InvalidSchemaException(String reasonForInvalidity, Throwable subException)