Package io.zerocopy.json.schema
Class SchemaRecursionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.zerocopy.json.schema.SchemaException
-
- io.zerocopy.json.schema.SchemaRecursionException
-
- All Implemented Interfaces:
java.io.Serializable
public class SchemaRecursionException extends SchemaException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaRecursionException(java.lang.String message, SchemaReference schemaReference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaReferencegetSchemaReference()-
Methods inherited from class io.zerocopy.json.schema.SchemaException
getError
-
-
-
-
Constructor Detail
-
SchemaRecursionException
public SchemaRecursionException(java.lang.String message, SchemaReference schemaReference)
-
-
Method Detail
-
getSchemaReference
public SchemaReference getSchemaReference()
-
-