Interface UnhandledErrorListener


  • public interface UnhandledErrorListener
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void unhandledError​(java.lang.String message, java.lang.Throwable e)
      Called when an exception is caught in a background thread, handler, etc.
    • Method Detail

      • unhandledError

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