Package io.zerocopy.json.schema
Class SchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.zerocopy.json.schema.SchemaException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SchemaRecursionException
public class SchemaException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaException(SchemaProblem error)SchemaException(SchemaProblem error, java.lang.String message)SchemaException(SchemaProblem error, java.lang.String message, java.lang.Throwable cause)SchemaException(SchemaProblem error, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaProblemgetError()
-
-
-
Constructor Detail
-
SchemaException
public SchemaException(SchemaProblem error, java.lang.String message, java.lang.Throwable cause)
-
SchemaException
public SchemaException(SchemaProblem error, java.lang.String message)
-
SchemaException
public SchemaException(SchemaProblem error, java.lang.Throwable cause)
-
SchemaException
public SchemaException(SchemaProblem error)
-
-
Method Detail
-
getError
public SchemaProblem getError()
-
-