Interface ExceptionHandlingService
- All Known Implementing Classes:
ExceptionHandlingComponent
public interface ExceptionHandlingService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
forwardToErrorPage
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Throwable t)
-
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
-