Class ErrorExceptionHandler<T extends Throwable>

java.lang.Object
io.micronaut.http.server.exceptions.ErrorExceptionHandler<T>
Type Parameters:
T - The throwable
All Implemented Interfaces:
ExceptionHandler<T,HttpResponse<?>>
Direct Known Subclasses:
ConversionErrorHandler, UnsatisfiedArgumentHandler, UnsatisfiedRouteHandler, URISyntaxHandler

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