public interface IErrorStrategy
Modifier and Type | Field and Description |
---|---|
static IErrorStrategy |
DEFAULT_ERROR_STRATEGY
The default error strategy, just re-throws the exception.
|
Modifier and Type | Method and Description |
---|---|
void |
dealWithError(java.lang.Throwable th)
Called when an exception ex has occurred.
|
void |
warning(java.lang.String message)
Called to issue a warning message.
|
static final IErrorStrategy DEFAULT_ERROR_STRATEGY
void dealWithError(java.lang.Throwable th) throws java.lang.RuntimeException, java.lang.Error
java.lang.RuntimeException
- if the operation should be aborted.java.lang.Error
void warning(java.lang.String message)