Interface ExceptionHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(java.lang.RuntimeException exception)
      Act on an exception, this method should be called by clients when an exception occurs in wrapped code.
    • Method Detail

      • handle

        void handle​(java.lang.RuntimeException exception)
        Act on an exception, this method should be called by clients when an exception occurs in wrapped code.
        Parameters:
        exception - the exception to handle