Package dev.harrel.jsonschema
Class SchemaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.harrel.jsonschema.JsonSchemaException
dev.harrel.jsonschema.SchemaNotFoundException
- All Implemented Interfaces:
Serializable
Exception type used to indicate that resolution of specific schema has failed.
- 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
-
getRef
Schema ref getter.- Returns:
- reference string for which the resolution failed
-