|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.norecess.citkit.environment.InvalidVariableException
public class InvalidVariableException
Indicates that a variable is being used incorrectly. This is primarily for
the methods of the Environment
class. Potential problems for a
variable include (but aren't limited to): re-declaring a variable in the same
scope; retreiving the value of an undeclared variable; and setting the value
of an undeclared variable.
Environment
,
Serialized FormConstructor Summary | |
---|---|
InvalidVariableException(java.lang.String message,
ISymbol identifier)
|
Method Summary | |
---|---|
ISymbol |
getIdentifier()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidVariableException(java.lang.String message, ISymbol identifier)
Method Detail |
---|
public ISymbol getIdentifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |