Interface OnServerErrorEventListener


  • public interface OnServerErrorEventListener
    Interface definition for a callback to be invoked when exception appear during sending request to Backtrace API
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onEvent​(java.lang.Exception exception)
      Event which will be executed when exception appear during sending request to Backtrace API
    • Method Detail

      • onEvent

        void onEvent​(java.lang.Exception exception)
        Event which will be executed when exception appear during sending request to Backtrace API
        Parameters:
        exception - exception that has been reported