public interface IAjaxExceptionCallback
extends com.helger.commons.callback.ICallback
| Modifier and Type | Method and Description |
|---|---|
void |
onAjaxExecutionException(IAjaxInvoker aAjaxInvoker,
String sFunctionName,
IAjaxExecutor aAjaxExecutor,
com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
Exception ex)
Called when an exception of the specified type occurred
|
void onAjaxExecutionException(@Nonnull IAjaxInvoker aAjaxInvoker, @Nonnull String sFunctionName, @Nonnull IAjaxExecutor aAjaxExecutor, @Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @Nonnull Exception ex)
aAjaxInvoker - Source AJAX invoker. Never null.sFunctionName - The AJAX function that should have been involved. Never
null.aAjaxExecutor - The running AJAX executor. Never null.aRequestScope - The request scope. Never null.ex - The exception. Never null.Copyright © 2014–2019 Philip Helger. All rights reserved.