org.sadun.util
Class SymbolTable.UndefinedSymbolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byorg.sadun.util.SymbolTable.UndefinedSymbolException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SymbolTable

public class SymbolTable.UndefinedSymbolException
extends java.lang.IllegalArgumentException

See Also:
Serialized Form

Method Summary
 java.lang.String getSymbolName()
          Returns the symbolName.
 
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
 

Method Detail

getSymbolName

public java.lang.String getSymbolName()
Returns the symbolName.

Returns:
String