public interface ExceptionResolver
| Modifier and Type | Method and Description |
|---|---|
<T> T |
resolve(String componentName,
Throwable throwable)
Push an exception that occurred outside the scope of handling a data event to the Exception Handler
|
<T> T resolve(String componentName, Throwable throwable)
componentName - name of the component within which the exception occurredthrowable - The exceptionCopyright © 2007-2019 Ikasan. All Rights Reserved.