Class ExceptionHandlerThingie

  • Direct Known Subclasses:
    SASServlet.SASExceptionHandlerThingie

    public class ExceptionHandlerThingie
    extends Object
    A class that holds the information for the exception handler

    Created by Jeff Gaynor
    on 4/20/23 at 12:58 PM

    • Field Detail

      • request

        public javax.servlet.http.HttpServletRequest request
      • response

        public javax.servlet.http.HttpServletResponse response
    • Constructor Detail

      • ExceptionHandlerThingie

        public ExceptionHandlerThingie​(Throwable throwable,
                                       javax.servlet.http.HttpServletRequest request,
                                       javax.servlet.http.HttpServletResponse response)