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(Location loc)

Method Summary

String
getMessage()

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(Location loc)

Method Details

getMessage

public String getMessage()