Class ExceptionHandler

java.lang.Object
io.mangoo.routing.handlers.ExceptionHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class ExceptionHandler extends Object implements io.undertow.server.HttpHandler
Author:
svenkubiak
  • Constructor Details

    • ExceptionHandler

      public ExceptionHandler()
  • Method Details

    • handleRequest

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