public interface ErrorListener
| Modifier and Type | Method and Description |
|---|---|
void |
errorThrown(ErrorEvent e)
Listen for error events
(usually caused by driverExceptions)
|
void |
reportDriverExceptions(java.lang.String introductoryText,
java.util.List driverExceptions)
Report a bundle of driver exceptions caused in the same
fmap atomic transaction
|
void errorThrown(ErrorEvent e)
e - void reportDriverExceptions(java.lang.String introductoryText,
java.util.List driverExceptions)
introductoryText - introductory text specified by developer. It null, used ""driverExceptions - list with a bundle of driver exceptions catched during
an atomic event