Class ConversionErrorHandler

java.lang.Object
io.micronaut.http.server.exceptions.ConversionErrorHandler
All Implemented Interfaces:
ExceptionHandler<ConversionErrorException,HttpResponse>

@Singleton @Produces public class ConversionErrorHandler extends Object implements ExceptionHandler<ConversionErrorException,HttpResponse>
Handles exception of type ConversionErrorException.
Since:
1.0
Author:
Graeme Rocher