Interface BugHandler

    • Method Detail

      • handleUnexpectedException

        void handleUnexpectedException​(ExceptionMessage message)
        Handles an unexpected exception message which needs to be defined by the implementation. This is different from handleUnexpectedException(de.richtercloud.message.handler.ExceptionMessage) in the way that it should encourage the user to file a bug or confirm that the bug is automatically filed (again dependening on the implementation).
        Parameters:
        message - the message to handle
      • shutdown

        void shutdown()
        Closes eventually opened resources (network connection for upload of exception stacktraces, etc.).