Interface ExceptionHandlingService
-
- All Known Implementing Classes:
ExceptionHandlingComponent
public interface ExceptionHandlingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
forwardToErrorPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Throwable t)
NuxeoExceptionHandler
getExceptionHandler()
-
-
-
Method Detail
-
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
-
-