gnu.mapping
Class UnboundLocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gnu.mapping.UnboundLocationException
All Implemented Interfaces:
java.io.Serializable

public class UnboundLocationException
extends java.lang.RuntimeException

An undefined symbol was evaluated.

See Also:
Serialized Form

Field Summary
 java.lang.Object symbol
           
 
Constructor Summary
UnboundLocationException()
           
UnboundLocationException(Location loc)
           
UnboundLocationException(java.lang.Object symbol)
           
UnboundLocationException(java.lang.Object symbol, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

symbol

public java.lang.Object symbol
Constructor Detail

UnboundLocationException

public UnboundLocationException()

UnboundLocationException

public UnboundLocationException(java.lang.Object symbol)

UnboundLocationException

public UnboundLocationException(Location loc)

UnboundLocationException

public UnboundLocationException(java.lang.Object symbol,
                                java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable