Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Known Implementing Classes:
ExceptionHandlingComponent

public interface ExceptionHandlingService


Method Summary
 void forwardToErrorPage(HttpServletRequest request, HttpServletResponse response, Throwable t)
           
 NuxeoExceptionHandler getExceptionHandler()
           
 

Method Detail

getExceptionHandler

NuxeoExceptionHandler getExceptionHandler()

forwardToErrorPage

void forwardToErrorPage(HttpServletRequest request,
                        HttpServletResponse response,
                        Throwable t)
                        throws IOException,
                               ServletException
Throws:
IOException
ServletException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.