Serialized Form
-
Package cs2110
-
Exception Class cs2110.IncompleteRpnException
class IncompleteRpnException extends Exception implements Serializable-
Serialized Fields
-
expression
String expression
The expression string that was parsed. -
stackDepth
int stackDepth
The size of the expression stack at the conclusion of parsing (presumably not 1).
-
-
-
Exception Class cs2110.UnboundVariableException
class UnboundVariableException extends Exception implements Serializable-
Serialized Fields
-
name
String name
The name of the variable that had no assigned value.
-
-
-
Exception Class cs2110.UndefinedFunctionException
class UndefinedFunctionException extends Exception implements Serializable-
Serialized Fields
-
name
String name
The name of the undefined function that was encountered (no "()" suffix).
-
-
-