Package gnu.mapping

Class UnboundLocationException

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