Interface ExceptionHandlingService

All Known Implementing Classes:
ExceptionHandlingComponent

public interface ExceptionHandlingService
  • Method Details

    • getExceptionHandler

      NuxeoExceptionHandler getExceptionHandler()
    • forwardToErrorPage

      void forwardToErrorPage(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Throwable t) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException