Class OQLParseException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      OQLParseException​(java.lang.String message, java.lang.Throwable cause, int line, int column)  
      OQLParseException​(java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumn()  
      int getLine()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OQLParseException

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

        public OQLParseException​(java.lang.Throwable cause)
    • Method Detail

      • getLine

        public int getLine()
      • getColumn

        public int getColumn()