com.admc.jamama
Class UndefinedNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.admc.jamama.JamamaException
              extended bycom.admc.jamama.UndefinedNameException
All Implemented Interfaces:
java.io.Serializable

public class UndefinedNameException
extends JamamaException

Attempt to use a name that has not been defined in the current context.

Version:
$Revision: 1.2 $
Author:
Blaine Simpson
See Also:
Serialized Form

Constructor Summary
UndefinedNameException(java.lang.String inS)
           
 
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

UndefinedNameException

public UndefinedNameException(java.lang.String inS)