gnu.mapping

Class UnboundLocationException


public class UnboundLocationException
extends RuntimeException

An undefined symbol was evaluated.

Field Summary

Object
symbol

Constructor Summary

UnboundLocationException()
UnboundLocationException(Object symbol)
UnboundLocationException(Object symbol, String message)
UnboundLocationException(Object symbol, String filename, int line, int column)
UnboundLocationException(Object symbol, SourceLocator location)
UnboundLocationException(Location loc)

Method Summary

String
getMessage()
void
setLine(String filename, int line, int column)
String
toString()

Field Details

symbol

public Object symbol

Constructor Details

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)

Method Details

getMessage

public String getMessage()

setLine

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

toString

public String toString()