Class SchemaViolationException

All Implemented Interfaces:
Serializable

public class SchemaViolationException extends SchemaException
This exception is used validating a JSON object against a schema, a violation of one of the Schema's constraints was found.
See Also:
  • Constructor Details

    • SchemaViolationException

      public SchemaViolationException(String reasonForInvalidity)
    • SchemaViolationException

      public SchemaViolationException(String reasonForInvalidity, Throwable subException)