Class ExceptionHandler


  • public class ExceptionHandler
    extends Object
    Create a suitable HttpServletResponse when face with an exception.
    Author:
    Matt Ward
    • Constructor Detail

      • ExceptionHandler

        public ExceptionHandler​(Throwable e,
                                javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
        Create an ExceptionHandler.
        Parameters:
        e - Throwable
        request - HttpServletRequest
        response - HttpServletResponse