Class UnsatisfiedArgumentHandler

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

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