public interface IExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(IExecutionContext executionContext,
java.lang.Exception exception)
Handles an exception of an action
|
void handleException(IExecutionContext executionContext, java.lang.Exception exception) throws java.lang.Exception
executionContext - The execution context of the underlying actionexception - The exception to handlejava.lang.Exception - If the exception can not be handledSiehe auch Jowidgets Nutzerhandbuch