Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.web.common.exceptionhandling
Class DefaultNuxeoExceptionHandler

java.lang.Object
  extended by org.nuxeo.ecm.platform.web.common.exceptionhandling.DefaultNuxeoExceptionHandler
All Implemented Interfaces:
NuxeoExceptionHandler
Direct Known Subclasses:
NuxeoSecurityExceptionHandler

public class DefaultNuxeoExceptionHandler
extends Object
implements NuxeoExceptionHandler

Author:
arussel

Field Summary
 
Fields inherited from interface org.nuxeo.ecm.platform.web.common.exceptionhandling.NuxeoExceptionHandler
EXCEPTION_HANDLER_MARKER
 
Constructor Summary
DefaultNuxeoExceptionHandler()
           
 
Method Summary
 void handleException(HttpServletRequest request, HttpServletResponse response, Throwable t)
           
 void setParameters(NuxeoExceptionHandlerParameters parameters)
           
static Throwable unwrapException(Throwable t)
          Deprecated. use ExceptionHelper.unwrapException(Throwable)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNuxeoExceptionHandler

public DefaultNuxeoExceptionHandler()
Method Detail

setParameters

public void setParameters(NuxeoExceptionHandlerParameters parameters)
Specified by:
setParameters in interface NuxeoExceptionHandler

handleException

public void handleException(HttpServletRequest request,
                            HttpServletResponse response,
                            Throwable t)
                     throws IOException,
                            ServletException
Specified by:
handleException in interface NuxeoExceptionHandler
Throws:
IOException
ServletException

unwrapException

@Deprecated
public static Throwable unwrapException(Throwable t)
Deprecated. use ExceptionHelper.unwrapException(Throwable)


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.