Interface ExceptionHandlingService
- All Known Implementing Classes:
ExceptionHandlingComponent
public interface ExceptionHandlingService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
forwardToErrorPage
(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:
IOException
javax.servlet.ServletException
-