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