Interface UnhandledErrorListener


public interface UnhandledErrorListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an exception is caught in a background thread, handler, etc.
  • Method Details

    • unhandledError

      void unhandledError(String message, Throwable e)
      Called when an exception is caught in a background thread, handler, etc.
      Parameters:
      message - Source message
      e - exception