Uses of Class
uk.gov.gchq.gaffer.core.exception.GafferWrappedErrorRuntimeException
-
Packages that use GafferWrappedErrorRuntimeException Package Description uk.gov.gchq.gaffer.core.exception Gaffer-specific exceptions classes and classes for error generation.uk.gov.gchq.gaffer.rest.mapper Exception mappers for the Gaffer REST API. -
-
Uses of GafferWrappedErrorRuntimeException in uk.gov.gchq.gaffer.core.exception
Methods in uk.gov.gchq.gaffer.core.exception with parameters of type GafferWrappedErrorRuntimeException Modifier and Type Method Description static Error
ErrorFactory. from(GafferWrappedErrorRuntimeException gex)
Create anError
object from aGafferWrappedErrorRuntimeException
. -
Uses of GafferWrappedErrorRuntimeException in uk.gov.gchq.gaffer.rest.mapper
Methods in uk.gov.gchq.gaffer.rest.mapper with parameters of type GafferWrappedErrorRuntimeException Modifier and Type Method Description org.springframework.http.ResponseEntity<?>
GafferExceptionMapper. handleGafferWrappedErrorRuntimeException(javax.servlet.http.HttpServletRequest request, GafferWrappedErrorRuntimeException e)
-