org.eclipse.net4j.util.event
Class ThrowableEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.net4j.util.event.Event
          extended by org.eclipse.net4j.util.event.ThrowableEvent
All Implemented Interfaces:
Serializable, IEvent

public final class ThrowableEvent
extends Event

An IEvent typically fired from notifiers that execute operations in the background.

Since:
3.3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ThrowableEvent(INotifier notifier, Throwable throwable)
           
 
Method Summary
 Throwable getThrowable()
           
 
Methods inherited from class org.eclipse.net4j.util.event.Event
formatAdditionalParameters, getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThrowableEvent

public ThrowableEvent(INotifier notifier,
                      Throwable throwable)
Method Detail

getThrowable

public Throwable getThrowable()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.