Interface ErrorListener


public interface ErrorListener
An interface to implement the method for receiving error events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(Exception e, String errorContext)
    Method to implement for receiving error events.
  • Method Details

    • onError

      void onError(Exception e, String errorContext)
      Method to implement for receiving error events.
      Parameters:
      e - The Exception of the error.
      errorContext - The name of the method where the error occurred.