Interface ErrorListener


public interface ErrorListener
Author:
jaume
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Listen for error events (usually caused by driverExceptions)
    void
    reportDriverExceptions(String introductoryText, List driverExceptions)
    Report a bundle of driver exceptions caused in the same fmap atomic transaction
  • Method Details

    • errorThrown

      void errorThrown(ErrorEvent e)
      Listen for error events (usually caused by driverExceptions)
      Parameters:
      e -
    • reportDriverExceptions

      void reportDriverExceptions(String introductoryText, List driverExceptions)
      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