Package org.eclipse.net4j.util.event
Class ThrowableEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- org.eclipse.net4j.util.event.Event
- 
- org.eclipse.net4j.util.event.ThrowableEvent
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- IEvent
 
 public final class ThrowableEvent extends Event - Since:
- 3.3
- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ThrowableEvent(INotifier notifier, java.lang.Throwable throwable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetThrowable()- 
Methods inherited from class org.eclipse.net4j.util.event.EventformatAdditionalParameters, formatEventName, getSource, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ThrowableEventpublic ThrowableEvent(INotifier notifier, java.lang.Throwable throwable) 
 
- 
 
-