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 java.lang.String EXCEPTION_HANDLER_MARKER
           
 
Method Summary
 void handleException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Throwable t)
           
 void setParameters(NuxeoExceptionHandlerParameters parameters)
           
 

Field Detail

EXCEPTION_HANDLER_MARKER

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

handleException

void handleException(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

setParameters

void setParameters(NuxeoExceptionHandlerParameters parameters)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.