public class SqlValidateException extends Exception
ExtendedSqlNode validation.| 构造器和说明 |
|---|
SqlValidateException(org.apache.calcite.sql.parser.SqlParserPos errorPosition,
String message) |
SqlValidateException(org.apache.calcite.sql.parser.SqlParserPos errorPosition,
String message,
Exception e) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.calcite.sql.parser.SqlParserPos |
getErrorPosition() |
String |
getMessage() |
void |
setErrorPosition(org.apache.calcite.sql.parser.SqlParserPos errorPosition) |
void |
setMessage(String message) |
public SqlValidateException(org.apache.calcite.sql.parser.SqlParserPos errorPosition,
String message)
public String getMessage()
getMessage 在类中 Throwablepublic void setMessage(String message)
public org.apache.calcite.sql.parser.SqlParserPos getErrorPosition()
public void setErrorPosition(org.apache.calcite.sql.parser.SqlParserPos errorPosition)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.