org.LiveGraph.events
Class EventProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.LiveGraph.events.EventProcessingException
- All Implemented Interfaces:
- java.io.Serializable
public class EventProcessingException
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
causes
private java.util.List<EventProcessingException.Cause> causes
EventProcessingException
public EventProcessingException()
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