public class DefaultNuxeoExceptionHandler extends Object implements NuxeoExceptionHandler
EXCEPTION_HANDLER_MARKER| Constructor and Description |
|---|
DefaultNuxeoExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Throwable t) |
void |
setParameters(NuxeoExceptionHandlerParameters parameters) |
static Throwable |
unwrapException(Throwable t)
Deprecated.
|
public void setParameters(NuxeoExceptionHandlerParameters parameters)
setParameters in interface NuxeoExceptionHandlerpublic void handleException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Throwable t)
throws IOException,
javax.servlet.ServletException
handleException in interface NuxeoExceptionHandlerIOExceptionjavax.servlet.ServletException@Deprecated public static Throwable unwrapException(Throwable t)
ExceptionHelper.unwrapException(Throwable)Copyright © 2014 Nuxeo SA. All rights reserved.