inria.meije.rc.sugarcubes
Class NoSuchLocalVariable

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--inria.meije.rc.sugarcubes.NoSuchLocalVariable
All Implemented Interfaces:
java.io.Serializable

public class NoSuchLocalVariable
extends java.lang.Exception

Exception raised when trying to access a local variable which doesn't exist.

See Also:
Serialized Form

Constructor Summary
NoSuchLocalVariable()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchLocalVariable

public NoSuchLocalVariable()