Package com.networknt.schema
Class SchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.networknt.schema.SchemaException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidSchemaException,MissingSchemaKeywordException
public class SchemaException extends RuntimeException
Represents an error when processing the Schema.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaException(Error error)SchemaException(String message)SchemaException(Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorgetError()List<Error>getErrors()StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-