Package dev.harrel.jsonschema
Class InvalidSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.harrel.jsonschema.JsonSchemaException
dev.harrel.jsonschema.InvalidSchemaException
- All Implemented Interfaces:
Serializable
Exception type used to indicate that schema has failed validation against meta-schema.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getErrors
Errors getter.- Returns:
- list of validation errors
-