Interface ErrorListener
public interface ErrorListener
- Author:
- jaume
-
Method Summary
Modifier and TypeMethodDescriptionvoidListen for error events (usually caused by driverExceptions)voidreportDriverExceptions(String introductoryText, List driverExceptions) Report a bundle of driver exceptions caused in the same fmap atomic transaction
-
Method Details
-
errorThrown
Listen for error events (usually caused by driverExceptions)- Parameters:
e-
-
reportDriverExceptions
Report a bundle of driver exceptions caused in the same fmap atomic transaction- Parameters:
introductoryText- introductory text specified by developer. It null, used ""driverExceptions- list with a bundle of driver exceptions catched during an atomic event
-