Class IllegalArgumentsExceptionHandler

java.lang.Object
org.fiware.mintaka.exception.NGSICompliantExceptionHandler<IllegalArgumentException>
org.fiware.mintaka.exception.IllegalArgumentsExceptionHandler
All Implemented Interfaces:
io.micronaut.http.server.exceptions.ExceptionHandler<IllegalArgumentException,io.micronaut.http.HttpResponse<ProblemDetails>>

@Produces @Singleton @Requires(classes={java.lang.IllegalArgumentException.class,io.micronaut.http.server.exceptions.ExceptionHandler.class}) public class IllegalArgumentsExceptionHandler extends NGSICompliantExceptionHandler<IllegalArgumentException>
Handle all IllegalArgumentException and map them to BadRequest's.