Package net.jimblackler.jsonschemafriend
Class SchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.jimblackler.jsonschemafriend.SchemaException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
GenerationException,MissingPathException,ValidationException
public abstract class SchemaException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSchemaException()protectedSchemaException(java.lang.String message)protectedSchemaException(java.lang.String message, java.lang.Throwable cause)protectedSchemaException(java.lang.Throwable cause)
-