Package uk.gov.gchq.gaffer.core.exception
Gaffer-specific exceptions classes and classes for error generation.
-
Class Summary Class Description Error Simple serialisable POJO for containing details of errors.Error.ErrorBuilder ErrorFactory Static utility class to standardise the instantiation ofError
objects. -
Enum Summary Enum Description Status Enumerated types for HTTP status codes, loosely based on the JAX-RS 2.0 Status class. -
Exception Summary Exception Description GafferCheckedException Subtype ofException
with additional constructors to support the inclusion of a HTTP error message along with the other exception details.GafferRuntimeException Subtype ofRuntimeException
with additional constructors to support the inclusion of a HTTP error message along with the other exception details.GafferWrappedErrorRuntimeException Subtype ofRuntimeException
that wraps anError
.