public class LoggingAjaxExceptionCallback extends Object implements IAjaxExceptionCallback
IAjaxExceptionCallback logging to an SLF4J logger| Constructor and Description |
|---|
LoggingAjaxExceptionCallback() |
| 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
|
public void onAjaxExecutionException(@Nullable IAjaxInvoker aAjaxInvoker, @Nullable String sFunctionName, @Nonnull IAjaxExecutor aAjaxExecutor, @Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @Nonnull Exception ex)
IAjaxExceptionCallbackonAjaxExecutionException in interface IAjaxExceptionCallbackaAjaxInvoker - 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.