Package dev.harrel.jsonschema
Class MetaSchemaResolvingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.harrel.jsonschema.JsonSchemaException
dev.harrel.jsonschema.MetaSchemaResolvingException
- All Implemented Interfaces:
Serializable
Exception type used to indicate meta-schema resolution failure.
- 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
-
getUri
Meta-schema uri getter.- Returns:
- uri string for which the exception occurred
-