-
- All Implemented Interfaces:
public final class RequestHandler.ExceptionHandler extends RequestHandler
Handler for exceptions on the given route.
-
-
Method Summary
Modifier and Type Method Description RoutegetRoute()final Class<out Exception>getException()final Function2<Call, Exception, Unit>getCallback()-
-
Method Detail
-
getRoute
Route getRoute()
-
getException
final Class<out Exception> getException()
-
getCallback
final Function2<Call, Exception, Unit> getCallback()
-
-
-
-