Class VertexSerialiserSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
-
- uk.gov.gchq.gaffer.data.elementdefinition.exception.SchemaException
-
- uk.gov.gchq.gaffer.store.schema.exception.VertexSerialiserSchemaException
-
- All Implemented Interfaces:
Serializable
public class VertexSerialiserSchemaException extends SchemaException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
VERTEX_SERIALISER
-
Constructor Summary
Constructors Constructor Description VertexSerialiserSchemaException(String thisVertexSerialiser, String thatVertexSerialiser)
VertexSerialiserSchemaException(String message, Throwable e)
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.data.elementdefinition.exception.SchemaException
getMessage, prependToMessage
-
Methods inherited from class uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
getStatus, setStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
VERTEX_SERIALISER
public static final String VERTEX_SERIALISER
- See Also:
- Constant Field Values
-
-