Package uk.gov.gchq.gaffer.rest.mapper
Exception mappers for the Gaffer REST API. These are responsible for catching
thrown exceptions and turning them into intelligible error messages which can
be presented to users.
-
Class Summary Class Description GafferCheckedExceptionMapper JerseyExceptionMapperto be used to handleGafferCheckedExceptions.GafferExceptionMapper GafferRuntimeExceptionMapper JerseyExceptionMapperto be used to handleGafferRuntimeExceptions.GenericExceptionMapper JerseyExceptionMapperto be used when no specific exception mapper instance exists.ProcessingExceptionMapper JerseyExceptionMapperused to handle internalProcessingExceptions thrown by the Jersey framework.UnauthorisedExceptionMapper JerseyExceptionMapperto be used to handleUnauthorisedExceptions.WebApplicationExceptionMapper JerseyExceptionMapperused to handle internalWebApplicationExceptions thrown by the Jersey framework.