Class ThrowableEvent

  • All Implemented Interfaces:
    java.io.Serializable, IEvent

    public final class ThrowableEvent
    extends Event
    An IEvent typically fired from notifiers that execute operations in the background.
    Since:
    3.3
    Author:
    Eike Stepper
    See Also:
    Serialized Form
    • Constructor Detail

      • ThrowableEvent

        public ThrowableEvent​(INotifier notifier,
                              java.lang.Throwable throwable)
    • Method Detail

      • getThrowable

        public java.lang.Throwable getThrowable()