Class ExceptionHandler<E extends Throwable>

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class ExceptionHandler<E extends Throwable>
    extends Object
    implements io.undertow.server.HttpHandler
    Author:
    Pierre LECERF ([email protected]) Created on 16/12/2019
    • Constructor Detail

      • ExceptionHandler

        public ExceptionHandler​(ErrorHandler<E> errorHandler)
        Parameters:
        errorHandler -
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler