Package com.networknt.schema
Class JsonSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.networknt.schema.JsonSchemaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidSchemaException
Represents an error when processing the JsonSchema.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonSchemaException(ValidationMessage validationMessage) JsonSchemaException(String message) JsonSchemaException(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonSchemaException
-
JsonSchemaException
-
JsonSchemaException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getValidationMessage
-
getValidationMessages
-