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:
    Serialized Form
    • Constructor Detail

      • OQLParseException

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

        public OQLParseException​(Throwable cause)
    • Method Detail

      • getLine

        public int getLine()
      • getColumn

        public int getColumn()