org.nuxeo.ecm.platform.web.common.exceptionhandling
Class DefaultNuxeoExceptionHandler
java.lang.Object
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
DefaultNuxeoExceptionHandler
public DefaultNuxeoExceptionHandler()
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)
Copyright © 2011 Nuxeo SAS. All Rights Reserved.