Class OCommandSQLParsingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OQueryParsingException

public class OCommandSQLParsingException extends OCoreException
See Also:
  • Constructor Details

    • OCommandSQLParsingException

      public OCommandSQLParsingException(ParseException e, String statement)
    • OCommandSQLParsingException

      public OCommandSQLParsingException(TokenMgrError e, String statement)
    • OCommandSQLParsingException

      public OCommandSQLParsingException(OCommandSQLParsingException exception)
    • OCommandSQLParsingException

      public OCommandSQLParsingException(String iMessage)
    • OCommandSQLParsingException

      public OCommandSQLParsingException(String iMessage, String iText, int iPosition)
  • Method Details

    • getLine

      public Integer getLine()
    • getColumn

      public Integer getColumn()
    • getStatement

      public String getStatement()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object