Class SchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clumd.projects.javajson.exceptions.JsonException
com.clumd.projects.javajson.exceptions.SchemaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidSchemaException,SchemaViolationException
A class representing all possible exceptions that could occur when validating a JSON object against a Schema.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaException(String reasonForInvalidity) SchemaException(String reasonForInvalidity, Throwable subException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaException
-
SchemaException
-