LiveGraph
data visualisation and analysis framework

org.LiveGraph.events
Class EventProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.LiveGraph.events.EventProcessingException
All Implemented Interfaces:
java.io.Serializable

public class EventProcessingException
extends java.lang.Exception

See Also:
Serialized Form

Nested Class Summary
static class EventProcessingException.Cause
           
 
Field Summary
private  java.util.List<EventProcessingException.Cause> causes
           
 
Constructor Summary
EventProcessingException()
           
 
Method Summary
 void addCause(Event<? extends EventType> event, EventListener listener, java.lang.Throwable exception)
           
 int countCauses()
           
 java.util.List<EventProcessingException.Cause> getCauses()
           
 java.lang.String getLocalizedMessage()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

causes

private java.util.List<EventProcessingException.Cause> causes
Constructor Detail

EventProcessingException

public EventProcessingException()
Method Detail

addCause

public void addCause(Event<? extends EventType> event,
                     EventListener listener,
                     java.lang.Throwable exception)

countCauses

public int countCauses()

getCauses

public java.util.List<EventProcessingException.Cause> getCauses()

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Overrides:
getLocalizedMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Overrides:
printStackTrace in class java.lang.Throwable

LiveGraph
data visualisation and analysis framework