public class SqlValidateException extends Exception
ExtendedSqlNode
validation.Constructor and Description |
---|
SqlValidateException(org.apache.calcite.sql.parser.SqlParserPos errorPosition,
String message) |
SqlValidateException(org.apache.calcite.sql.parser.SqlParserPos errorPosition,
String message,
Exception e) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.sql.parser.SqlParserPos |
getErrorPosition() |
String |
getMessage() |
void |
setErrorPosition(org.apache.calcite.sql.parser.SqlParserPos errorPosition) |
void |
setMessage(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SqlValidateException(org.apache.calcite.sql.parser.SqlParserPos errorPosition, String message)
public String getMessage()
getMessage
in class Throwable
public void setMessage(String message)
public org.apache.calcite.sql.parser.SqlParserPos getErrorPosition()
public void setErrorPosition(org.apache.calcite.sql.parser.SqlParserPos errorPosition)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.