Package gnu.mapping

Class UnboundLocationException

All Implemented Interfaces:
Serializable

public class UnboundLocationException extends RuntimeException
An undefined symbol was evaluated.
See Also:
  • Field Details

    • symbol

      public Object symbol
  • Constructor Details

    • 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 Details