gnu.mapping
Class UnboundLocationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               gnu.mapping.UnboundLocationException
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
 | 
 
 
 
| 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 | 
 
symbol
public java.lang.Object symbol
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)
getMessage
public java.lang.String getMessage()
- 
- Overrides:
- getMessagein class- java.lang.Throwable
 
-