Uses of Class
org.apache.ignite.internal.sql.SqlParseException
-
Packages that use SqlParseException Package Description org.apache.ignite.internal.sql -
-
Uses of SqlParseException in org.apache.ignite.internal.sql
Subclasses of SqlParseException in org.apache.ignite.internal.sql Modifier and Type Class Description classSqlStrictParseExceptionParse exception guarantees parse error without.Methods in org.apache.ignite.internal.sql that return SqlParseException Modifier and Type Method Description static SqlParseExceptionSqlParserUtils. error(SqlLexerToken token, String msg)Create parse exception referring to current lexer position.static SqlParseExceptionSqlParserUtils. errorUnexpectedToken(SqlLexer lex, String expToken)Create generic parse exception due to unexpected token.static SqlParseExceptionSqlParserUtils. errorUnexpectedToken(SqlLexerToken token)Create generic parse exception due to unexpected token.static SqlParseExceptionSqlParserUtils. errorUnexpectedToken(SqlLexerToken token, String firstExpToken, String... expTokens)Create generic parse exception due to unexpected token.static SqlParseExceptionSqlParserUtils. errorUnsupported(SqlLexerToken token)Error on unsupported keyword.Constructors in org.apache.ignite.internal.sql with parameters of type SqlParseException Constructor Description SqlParseException(SqlParseException e)Copy constructor.SqlStrictParseException(String msg, int errCode, SqlParseException e)Constructor.SqlStrictParseException(SqlParseException e)Constructor.
-