org.LiveGraph.events
Class EventProcessingException.Cause
java.lang.Object
org.LiveGraph.events.EventProcessingException.Cause
- Enclosing class:
- EventProcessingException
public static class EventProcessingException.Cause
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
event
private Event<? extends EventType> event
listener
private EventListener listener
exception
private java.lang.Throwable exception
EventProcessingException.Cause
public EventProcessingException.Cause(Event<? extends EventType> ev,
EventListener li,
java.lang.Throwable ex)
getCausingEvent
public Event<? extends EventType> getCausingEvent()
getCausingListener
public EventListener getCausingListener()
getCausingException
public java.lang.Throwable getCausingException()