Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.web.common.exceptionhandling.service
Interface ExceptionHandlingService

All Known Implementing Classes:
ExceptionHandlingComponent

public interface ExceptionHandlingService


Method Summary
 void forwardToErrorPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Throwable t)
           
 NuxeoExceptionHandler getExceptionHandler()
           
 

Method Detail

getExceptionHandler

NuxeoExceptionHandler getExceptionHandler()

forwardToErrorPage

void forwardToErrorPage(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response,
                        java.lang.Throwable t)
                        throws java.io.IOException,
                               javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.