Class ErrorHandler

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

    public class ErrorHandler
    extends Object
    implements io.undertow.server.HttpHandler
    Author:
    Andrea Di Cesare <andrea@softinstigate.com>
    • Constructor Detail

      • ErrorHandler

        public ErrorHandler()
        Creates a new instance of ErrorHandler
      • ErrorHandler

        public ErrorHandler​(io.undertow.server.HttpHandler next)
        Creates a new instance of ErrorHandler
        Parameters:
        next -
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Parameters:
        exchange -
        Throws:
        Exception