Uses of Class
uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
-
Packages that use GafferRuntimeException Package Description uk.gov.gchq.gaffer.core.exception Gaffer-specific exceptions classes and classes for error generation.uk.gov.gchq.gaffer.data.elementdefinition.exception Exceptions relating to element definitions.uk.gov.gchq.gaffer.federatedstore.util uk.gov.gchq.gaffer.rest.mapper Exception mappers for the Gaffer REST API.uk.gov.gchq.gaffer.store.schema.exception -
-
Uses of GafferRuntimeException in uk.gov.gchq.gaffer.core.exception
Methods in uk.gov.gchq.gaffer.core.exception with parameters of type GafferRuntimeException Modifier and Type Method Description static Error
ErrorFactory. from(GafferRuntimeException gex)
Create anError
object from aGafferRuntimeException
. -
Uses of GafferRuntimeException in uk.gov.gchq.gaffer.data.elementdefinition.exception
Subclasses of GafferRuntimeException in uk.gov.gchq.gaffer.data.elementdefinition.exception Modifier and Type Class Description class
SchemaException
AnSchemaException
is thrown when a schema is found to be invalid. -
Uses of GafferRuntimeException in uk.gov.gchq.gaffer.federatedstore.util
Methods in uk.gov.gchq.gaffer.federatedstore.util that throw GafferRuntimeException Modifier and Type Method Description static String
FederatedStoreUtil. getDeprecatedGraphIds(Operation operation)
Deprecated. -
Uses of GafferRuntimeException in uk.gov.gchq.gaffer.rest.mapper
Methods in uk.gov.gchq.gaffer.rest.mapper with parameters of type GafferRuntimeException Modifier and Type Method Description org.springframework.http.ResponseEntity<?>
GafferExceptionMapper. handleGafferRuntimeException(javax.servlet.http.HttpServletRequest request, GafferRuntimeException gre)
javax.ws.rs.core.Response
GafferRuntimeExceptionMapper. toResponse(GafferRuntimeException gre)
-
Uses of GafferRuntimeException in uk.gov.gchq.gaffer.store.schema.exception
Subclasses of GafferRuntimeException in uk.gov.gchq.gaffer.store.schema.exception Modifier and Type Class Description class
SplitElementGroupDefSchemaException
class
VertexSerialiserSchemaException
class
VisibilityPropertySchemaException
-