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