|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ptolemy.kernel.util.KernelException
ptolemy.kernel.util.IllegalActionException
ptolemy.data.expr.UndefinedConstantOrIdentifierException
public class UndefinedConstantOrIdentifierException
Thrown on an attempt to evaluate an expression that contains an unknown constant or identifier.
This exception is used to catch missing constants or identifiers
during cut and paste operations by ParseTreeEvaluator.visitLeafNode(ptolemy.data.expr.ASTPtLeafNode).
| Red (cxh) |
| Red (cxh) |
| Constructor Summary | |
|---|---|
UndefinedConstantOrIdentifierException(java.lang.String nodeName)
Constructs an Exception with a detail message that includes the name of the first argument. |
|
| Method Summary | |
|---|---|
java.lang.String |
nodeName()
Return the node name that caused the exception. |
| Methods inherited from class ptolemy.kernel.util.KernelException |
|---|
_setCause, _setMessage, generateMessage, generateMessage, generateMessage, getCause, getFullName, getMessage, getName, getNameable1, getNameable2, printStackTrace, printStackTrace, printStackTrace, stackTraceToString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UndefinedConstantOrIdentifierException(java.lang.String nodeName)
nodeName - The name of the missing constant or identifier| Method Detail |
|---|
public java.lang.String nodeName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||