LiveGraph
data visualisation and analysis framework

org.LiveGraph.events
Class EventProcessingException.Cause

java.lang.Object
  extended by org.LiveGraph.events.EventProcessingException.Cause
Enclosing class:
EventProcessingException

public static class EventProcessingException.Cause
extends java.lang.Object


Field Summary
private  Event<? extends EventType> event
           
private  java.lang.Throwable exception
           
private  EventListener listener
           
 
Constructor Summary
EventProcessingException.Cause(Event<? extends EventType> ev, EventListener li, java.lang.Throwable ex)
           
 
Method Summary
 Event<? extends EventType> getCausingEvent()
           
 java.lang.Throwable getCausingException()
           
 EventListener getCausingListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

private Event<? extends EventType> event

listener

private EventListener listener

exception

private java.lang.Throwable exception
Constructor Detail

EventProcessingException.Cause

public EventProcessingException.Cause(Event<? extends EventType> ev,
                                      EventListener li,
                                      java.lang.Throwable ex)
Method Detail

getCausingEvent

public Event<? extends EventType> getCausingEvent()

getCausingListener

public EventListener getCausingListener()

getCausingException

public java.lang.Throwable getCausingException()

LiveGraph
data visualisation and analysis framework