Class InternalExceptionHandler

    • Method Summary

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

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

      • InternalExceptionHandler

        public InternalExceptionHandler()
    • Method Detail

      • handle

        public void handle​(java.lang.Throwable exception)
        Specified by:
        handle in interface IHandler<java.lang.Throwable,​java.lang.RuntimeException>