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 Error
Error.ErrorBuilder. build()
static Error
ErrorFactory. from(Exception ex)
static Error
ErrorFactory. from(UnauthorisedException e)
Create anError
object from anUnauthorisedException
.static Error
ErrorFactory. from(GafferCheckedException gex)
Create anError
object from aGafferCheckedException
.static Error
ErrorFactory. from(GafferRuntimeException gex)
Create anError
object from aGafferRuntimeException
.static Error
ErrorFactory. from(GafferWrappedErrorRuntimeException gex)
Create anError
object from aGafferWrappedErrorRuntimeException
.Error
GafferWrappedErrorRuntimeException. 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 Error
JaxRsErrorFactory. from(javax.ws.rs.WebApplicationException ex)
Create anError
object from aWebApplicationException
.
-