Class OQLParseException

All Implemented Interfaces:
Serializable

public class OQLParseException extends SnapshotException
Exception thrown by the OQL parser. Contains line and column information where exactly the error was found.
See Also:
  • Constructor Details

    • OQLParseException

      public OQLParseException(String message, Throwable cause, int line, int column)
    • OQLParseException

      public OQLParseException(Throwable cause)
  • Method Details

    • getLine

      public int getLine()
    • getColumn

      public int getColumn()