org.erights.e.elang.scope
Class UndefinedVariableException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.IndexOutOfBoundsException
|
+--org.erights.e.elang.scope.UndefinedVariableException
- All Implemented Interfaces:
- Serializable
- public class UndefinedVariableException
- extends IndexOutOfBoundsException
Untamed: Thrown when a variable cannot be found in a given scope
- Author:
- E. Dean Tribble
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
UndefinedVariableException
public UndefinedVariableException()
- Enabled:
UndefinedVariableException
public UndefinedVariableException(String varName)
- Enabled:
comments?