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(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 Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.