Interface ExceptionHandler<E extends java.lang.Throwable>


  • public interface ExceptionHandler<E extends java.lang.Throwable>
    • Method Detail

      • handle

        void handle​(E throwable)