public class SqlParseException extends IgniteException
| Modifier | Constructor and Description |
|---|---|
protected |
SqlParseException(SqlParseException e)
Copy constructor.
|
|
SqlParseException(String sql,
int pos,
int code,
String msg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
int |
position() |
String |
sql() |
String |
toString() |
getCause, hasCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SqlParseException(String sql, int pos, int code, String msg)
sql - SQL command.pos - Position.code - Error code (parsing, unsupported operation, etc.).msg - Message.protected SqlParseException(SqlParseException e)
e - Copied exception.public String sql()
public int position()
public int code()
public String toString()
toString in class IgniteException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021