org.pandora.self
Class SelfExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pandora.PandoraException
org.pandora.self.SelfExecutionException
- All Implemented Interfaces:
- java.io.Serializable
public class SelfExecutionException
- extends PandoraException
Self execution exception.
Exception thrown when a Self equation evaluation fails.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SelfExecutionException
public SelfExecutionException(java.lang.String message)
SelfExecutionException
public SelfExecutionException(Vertex equation,
java.lang.Exception exception)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getLineNumber
public java.lang.Object getLineNumber()
setLineNumber
public void setLineNumber(java.lang.Object lineNumber)
getLine
public java.lang.Object getLine()
setLine
public void setLine(java.lang.Object line)