Package gnu.mapping
Class UnboundLocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- gnu.mapping.UnboundLocationException
-
- All Implemented Interfaces:
Serializable
public class UnboundLocationException extends RuntimeException
An undefined symbol was evaluated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnboundLocationException()
UnboundLocationException(Location loc)
UnboundLocationException(Object symbol)
UnboundLocationException(Object symbol, SourceLocator location)
UnboundLocationException(Object symbol, String message)
UnboundLocationException(Object symbol, String filename, int line, int column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
void
setLine(String filename, int line, int column)
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
symbol
public Object symbol
-
-
Constructor Detail
-
UnboundLocationException
public UnboundLocationException()
-
UnboundLocationException
public UnboundLocationException(Object symbol)
-
UnboundLocationException
public UnboundLocationException(Object symbol, String filename, int line, int column)
-
UnboundLocationException
public UnboundLocationException(Object symbol, SourceLocator location)
-
UnboundLocationException
public UnboundLocationException(Location loc)
-
-