Class UnsatisfiedArgumentHandler
java.lang.Object
io.micronaut.http.server.exceptions.ErrorExceptionHandler<UnsatisfiedArgumentException>
io.micronaut.http.server.exceptions.UnsatisfiedArgumentHandler
- All Implemented Interfaces:
- ExceptionHandler<UnsatisfiedArgumentException,- HttpResponse<?>> 
@Singleton
@Produces
public class UnsatisfiedArgumentHandler
extends ErrorExceptionHandler<UnsatisfiedArgumentException>
Handles exception of type 
UnsatisfiedArgumentException.- Since:
- 1.0
- Author:
- Graeme Rocher
- 
Field SummaryFields inherited from class io.micronaut.http.server.exceptions.ErrorExceptionHandlerresponseProcessor
- 
Constructor SummaryConstructorsConstructorDescriptionUnsatisfiedArgumentHandler(ErrorResponseProcessor<?> responseProcessor) Constructor.
- 
Method SummaryMethods inherited from class io.micronaut.http.server.exceptions.ErrorExceptionHandlerhandle
- 
Constructor Details- 
UnsatisfiedArgumentHandlerConstructor.- Parameters:
- responseProcessor- Error Response Processor
 
 
- 
- 
Method Details- 
error- Specified by:
- errorin class- ErrorExceptionHandler<UnsatisfiedArgumentException>
 
 
-