Class SplitElementGroupDefSchemaException
- 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.SplitElementGroupDefSchemaException
-
- All Implemented Interfaces:
Serializable
public class SplitElementGroupDefSchemaException extends SchemaException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SplitElementGroupDefSchemaException(String sharedGroup)
SplitElementGroupDefSchemaException(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
-
-