Package com.networknt.schema
Class InvalidSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.networknt.schema.SchemaException
com.networknt.schema.InvalidSchemaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidSchemaRefException
Thrown when an invalid schema is used.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSchemaException(Error message) InvalidSchemaException(Error message, Exception cause) -
Method Summary
Methods inherited from class com.networknt.schema.SchemaException
getError, getErrors, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSchemaException
-
InvalidSchemaException
-