Interface ExceptionHandlingService
- All Known Implementing Classes:
ExceptionHandlingComponent
public interface ExceptionHandlingService
-
Method Summary
Modifier and TypeMethodDescriptionvoidforwardToErrorPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Throwable t)
-
Method Details
-
getExceptionHandler
NuxeoExceptionHandler getExceptionHandler() -
forwardToErrorPage
void forwardToErrorPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Throwable t) throws IOException, javax.servlet.ServletException - Throws:
IOExceptionjavax.servlet.ServletException
-