Package gnu.mapping
Class UnboundLocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gnu.mapping.UnboundLocationException
- All Implemented Interfaces:
Serializable
An undefined symbol was evaluated.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnboundLocationException
(Object symbol) UnboundLocationException
(Object symbol, SourceLocator location) UnboundLocationException
(Object symbol, String message) UnboundLocationException
(Object symbol, String filename, int line, int column) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
symbol
-
-
Constructor Details
-
UnboundLocationException
public UnboundLocationException() -
UnboundLocationException
-
UnboundLocationException
-
UnboundLocationException
-
UnboundLocationException
-
UnboundLocationException
-
-
Method Details
-
setLine
-
getMessage
- Overrides:
getMessage
in classThrowable
-
toString
-