@FunctionalInterface public interface IXServletExceptionHandler extends com.helger.commons.callback.ICallback
| 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 com.helger.commons.state.EContinue onException(@Nonnull com.helger.web.scope.IRequestWebScope aRequestScope, @Nonnull Throwable t)
aRequestScope - 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.