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, SourceLocator location)
           
UnboundLocationException(java.lang.Object symbol, java.lang.String message)
           
UnboundLocationException(java.lang.Object symbol, java.lang.String filename, int line, int column)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setLine(java.lang.String filename, int line, int column)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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(java.lang.Object symbol,
                                java.lang.String filename,
                                int line,
                                int column)

UnboundLocationException

public UnboundLocationException(java.lang.Object symbol,
                                SourceLocator location)

UnboundLocationException

public UnboundLocationException(Location loc)

UnboundLocationException

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

setLine

public void setLine(java.lang.String filename,
                    int line,
                    int column)

getMessage

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

toString

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