Uses of Class
io.undertow.server.handlers.ExceptionHandler
-
Packages that use ExceptionHandler Package Description io.undertow io.undertow.server.handlers -
-
Uses of ExceptionHandler in io.undertow
Methods in io.undertow that return ExceptionHandler Modifier and Type Method Description static ExceptionHandlerHandlers. exceptionHandler(HttpHandler next)Returns a handler that maps exceptions to additional handlers -
Uses of ExceptionHandler in io.undertow.server.handlers
Methods in io.undertow.server.handlers that return ExceptionHandler Modifier and Type Method Description <T extends Throwable>
ExceptionHandlerExceptionHandler. addExceptionHandler(Class<T> clazz, HttpHandler handler)
-