Package com.networknt.schema
Class InvalidSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.networknt.schema.JsonSchemaException
com.networknt.schema.InvalidSchemaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidSchemaRefException
Thrown when an invalid schema is used.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidSchemaException
(ValidationMessage message) InvalidSchemaException
(ValidationMessage message, Exception cause) -
Method Summary
Methods inherited from class com.networknt.schema.JsonSchemaException
getMessage, getValidationMessage, getValidationMessages
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvalidSchemaException
-
InvalidSchemaException
-