Class ParseException

    • Constructor Detail

      • ParseException

        public ParseException​(String message,
                              int position)
        Creates a parse failure; the position is appended to the message.
        Parameters:
        message - what went wrong
        position - the character offset in the query text
    • Method Detail

      • getPosition

        public int getPosition()
        Returns:
        the character offset in the query where parsing failed