public class OCommandSQLParsingException extends OCoreException
Constructor and Description |
---|
OCommandSQLParsingException(OCommandSQLParsingException exception) |
OCommandSQLParsingException(ParseException e,
String statement) |
OCommandSQLParsingException(String iMessage) |
OCommandSQLParsingException(String iMessage,
String iText,
int iPosition) |
OCommandSQLParsingException(TokenMgrError e,
String statement) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getColumn() |
Integer |
getLine() |
String |
getStatement() |
getComponentName, getDbName, getErrorCode, getMessage
wrapException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OCommandSQLParsingException(ParseException e, String statement)
public OCommandSQLParsingException(TokenMgrError e, String statement)
public OCommandSQLParsingException(OCommandSQLParsingException exception)
public OCommandSQLParsingException(String iMessage)
Copyright © 2009–2020 OrientDB. All rights reserved.