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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UndefinedVariableException()
          Enabled:
UndefinedVariableException(String varName)
          Enabled:
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndefinedVariableException

public UndefinedVariableException()
Enabled:


UndefinedVariableException

public UndefinedVariableException(String varName)
Enabled:



comments?