Class CQLSyntaxException

    • Constructor Detail

      • CQLSyntaxException

        public CQLSyntaxException​(String message,
                                  int offset)
        Records a syntax error.
        Parameters:
        message - the message.
        offset - the offset in the original expression string.
    • Method Detail

      • getOffset

        public int getOffset()
        Returns the offset in the original string where the syntax error was detected.
        Returns:
        the offset.