Interface UnexpectedThrowableEvent.UnexpectedThrowableEventHandler

  • Enclosing class:
    UnexpectedThrowableEvent
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface UnexpectedThrowableEvent.UnexpectedThrowableEventHandler
    A functional interface allowing for UnexpectedThrowableEvents to be handled safely.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(java.lang.Throwable throwable, java.lang.String message, boolean isFatal)  
    • Method Detail

      • handle

        void handle​(java.lang.Throwable throwable,
                    java.lang.String message,
                    boolean isFatal)