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