Uses of Class
io.undertow.server.handlers.ExceptionHandler
Packages that use ExceptionHandler
-
Uses of ExceptionHandler in io.undertow
Methods in io.undertow that return ExceptionHandlerModifier and TypeMethodDescriptionstatic 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 ExceptionHandlerModifier and TypeMethodDescription<T extends Throwable>
ExceptionHandlerExceptionHandler.addExceptionHandler(Class<T> clazz, HttpHandler handler)