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 ExceptionHandler
Handlers. 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 java.lang.Throwable>
ExceptionHandlerExceptionHandler. addExceptionHandler(java.lang.Class<T> clazz, HttpHandler handler)
-