Class Parser.ParseException

    • Constructor Detail

      • ParseException

        public ParseException​(Parser parser,
                              String msg)
        A parsing exception.
        Parameters:
        parser - The parser.
        msg - The exception message.