public class XServletLoggingExceptionHandler extends Object implements IXServletExceptionHandler
IXServletExceptionHandler. Registered by
default.| Constructor and Description |
|---|
XServletLoggingExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EContinue |
onException(com.helger.web.scope.IRequestWebScope aRequestScope,
Throwable t)
Invoked upon an exception.
|
@Nonnull public com.helger.commons.state.EContinue onException(@Nonnull com.helger.web.scope.IRequestWebScope aRequestScope, @Nonnull Throwable t)
IXServletExceptionHandleronException in interface IXServletExceptionHandleraRequestScope - Current request scope incl. http response object. Never
null.t - The thrown exception. Never null.EContinue.CONTINUE if further exception handlers should be
invoked, EContinue.BREAK if the exception was finally
handled.Copyright © 2017–2019 Philip Helger. All rights reserved.