Class URISyntaxHandler
java.lang.Object
io.micronaut.http.server.exceptions.ErrorExceptionHandler<URISyntaxException>
io.micronaut.http.server.exceptions.URISyntaxHandler
- All Implemented Interfaces:
ExceptionHandler<URISyntaxException,
HttpResponse<?>>
@Singleton
@Produces
public class URISyntaxHandler
extends ErrorExceptionHandler<URISyntaxException>
Handles exception of type
URISyntaxException
.- Since:
- 2.0
- Author:
- Graeme Rocher
-
Field Summary
Fields inherited from class io.micronaut.http.server.exceptions.ErrorExceptionHandler
responseProcessor
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.http.server.exceptions.ErrorExceptionHandler
handle
-
Constructor Details
-
URISyntaxHandler
Constructor.- Parameters:
responseProcessor
- Error Response Processor
-
-
Method Details
-
error
- Specified by:
error
in classErrorExceptionHandler<URISyntaxException>
-