gnu.mapping
Class UnboundLocationException
RuntimeException
gnu.mapping.UnboundLocationException
public class UnboundLocationException
extends RuntimeException
An undefined symbol was evaluated.
symbol
public Object symbol
UnboundLocationException
public UnboundLocationException()
UnboundLocationException
public UnboundLocationException(Object symbol)
UnboundLocationException
public UnboundLocationException(Object symbol,
String message)
UnboundLocationException
public UnboundLocationException(Object symbol,
String filename,
int line,
int column)
UnboundLocationException
public UnboundLocationException(Object symbol,
SourceLocator location)
UnboundLocationException
public UnboundLocationException(Location loc)
getMessage
public String getMessage()
setLine
public void setLine(String filename,
int line,
int column)
toString
public String toString()