gnu.mapping

Class UnboundLocationException

public class UnboundLocationException extends RuntimeException

An undefined symbol was evaluated.
Field Summary
Objectsymbol
Constructor Summary
UnboundLocationException()
UnboundLocationException(Object symbol)
UnboundLocationException(Object symbol, String filename, int line, int column)
UnboundLocationException(Object symbol, SourceLocator location)
UnboundLocationException(Location loc)
UnboundLocationException(Object symbol, String message)
Method Summary
StringgetMessage()
voidsetLine(String filename, int line, int column)
StringtoString()

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)

UnboundLocationException

public UnboundLocationException(Object symbol, String message)

Method Detail

getMessage

public String getMessage()

setLine

public void setLine(String filename, int line, int column)

toString

public String toString()