Uses of Class
uk.gov.gchq.gaffer.core.exception.Error
-
Packages that use Error Package Description uk.gov.gchq.gaffer.core.exception Gaffer-specific exceptions classes and classes for error generation.uk.gov.gchq.gaffer.rest Classes which provide the Gaffer REST API. -
-
Uses of Error in uk.gov.gchq.gaffer.core.exception
Methods in uk.gov.gchq.gaffer.core.exception that return Error Modifier and Type Method Description ErrorError.ErrorBuilder. build()static ErrorErrorFactory. from(Exception ex)static ErrorErrorFactory. from(UnauthorisedException e)Create anErrorobject from anUnauthorisedException.static ErrorErrorFactory. from(GafferCheckedException gex)Create anErrorobject from aGafferCheckedException.static ErrorErrorFactory. from(GafferRuntimeException gex)Create anErrorobject from aGafferRuntimeException.static ErrorErrorFactory. from(GafferWrappedErrorRuntimeException gex)Create anErrorobject from aGafferWrappedErrorRuntimeException.ErrorGafferWrappedErrorRuntimeException. getError()Constructors in uk.gov.gchq.gaffer.core.exception with parameters of type Error Constructor Description GafferWrappedErrorRuntimeException(Error error) -
Uses of Error in uk.gov.gchq.gaffer.rest
Methods in uk.gov.gchq.gaffer.rest that return Error Modifier and Type Method Description static ErrorJaxRsErrorFactory. from(javax.ws.rs.WebApplicationException ex)Create anErrorobject from aWebApplicationException.
-