LiveGraph
data visualisation and analysis framework

org.LiveGraph.events
Class UncheckedEventProcessingException

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

public class UncheckedEventProcessingException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
UncheckedEventProcessingException(EventProcessingException actualException)
           
 
Method Summary
 EventProcessingException getCause()
           
 java.lang.String getLocalizedMessage()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UncheckedEventProcessingException

public UncheckedEventProcessingException(EventProcessingException actualException)
Method Detail

getCause

public EventProcessingException getCause()
Overrides:
getCause in class java.lang.Throwable

getLocalizedMessage

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

printStackTrace

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

printStackTrace

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

LiveGraph
data visualisation and analysis framework