Class RethrowExceptionHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(java.lang.Throwable e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • handle

        public void handle​(java.lang.Throwable e)
                    throws java.lang.Throwable
        Specified by:
        handle in interface ExceptionHandler
        Throws:
        java.lang.Throwable