Class ErrorResponseProcessorExceptionHandler<T extends Throwable>

java.lang.Object
io.micronaut.http.server.exceptions.ErrorResponseProcessorExceptionHandler<T>
Type Parameters:
T - The throwable
All Implemented Interfaces:
ExceptionHandler<T,HttpResponse<?>>
Direct Known Subclasses:
BufferLengthExceededHandler, ContentLengthExceededHandler, DuplicateRouteHandler, HttpStatusHandler, NotAllowedExceptionHandler

public abstract class ErrorResponseProcessorExceptionHandler<T extends Throwable> extends Object implements ExceptionHandler<T,HttpResponse<?>>
An abstract class to handle exceptions via an HTTP Response and the ErrorResponseProcessor API.
Since:
4.6.0
Author:
Sergio del Amo