Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.web.common.exceptionhandling
Interface NuxeoExceptionHandler

All Known Implementing Classes:
DefaultNuxeoExceptionHandler, NuxeoSecurityExceptionHandler

public interface NuxeoExceptionHandler


Field Summary
static String EXCEPTION_HANDLER_MARKER
           
 
Method Summary
 void handleException(HttpServletRequest request, HttpServletResponse response, Throwable t)
           
 void setParameters(NuxeoExceptionHandlerParameters parameters)
           
 

Field Detail

EXCEPTION_HANDLER_MARKER

static final String EXCEPTION_HANDLER_MARKER
See Also:
Constant Field Values
Method Detail

handleException

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

setParameters

void setParameters(NuxeoExceptionHandlerParameters parameters)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.