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 ofErrorobjects. -
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 ofExceptionwith additional constructors to support the inclusion of a HTTP error message along with the other exception details.GafferRuntimeException Subtype ofRuntimeExceptionwith additional constructors to support the inclusion of a HTTP error message along with the other exception details.GafferWrappedErrorRuntimeException Subtype ofRuntimeExceptionthat wraps anError.