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:
java.io.Serializable
public class InvalidSchemaRefException extends InvalidSchemaException
Thrown when an invalid schema ref is used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidSchemaRefException(ValidationMessage message)
InvalidSchemaRefException(ValidationMessage message, java.lang.Exception cause)
-
Method Summary
-
Methods inherited from class com.networknt.schema.JsonSchemaException
getMessage, getValidationMessage, getValidationMessages
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InvalidSchemaRefException
public InvalidSchemaRefException(ValidationMessage message, java.lang.Exception cause)
-
InvalidSchemaRefException
public InvalidSchemaRefException(ValidationMessage message)
-
-