Package com.networknt.schema
Class InvalidSchemaRefException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.networknt.schema.JsonSchemaException
-
- com.networknt.schema.InvalidSchemaException
-
- com.networknt.schema.InvalidSchemaRefException
-
- All Implemented Interfaces:
Serializable
public class InvalidSchemaRefException extends InvalidSchemaException
Thrown when an invalid schema ref is used.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSchemaRefException(ValidationMessage message)
InvalidSchemaRefException(ValidationMessage message, Exception cause)
-
Method Summary
-
Methods inherited from class com.networknt.schema.JsonSchemaException
getMessage, getValidationMessage, getValidationMessages
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidSchemaRefException
public InvalidSchemaRefException(ValidationMessage message, Exception cause)
-
InvalidSchemaRefException
public InvalidSchemaRefException(ValidationMessage message)
-
-