Class OQLSyntaxException

    • Constructor Summary

      Constructors 
      Constructor Description
      OQLSyntaxException​(java.lang.String message)  
      OQLSyntaxException​(java.lang.String message, java.lang.Throwable except)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • OQLSyntaxException

        public OQLSyntaxException​(java.lang.String message)
      • OQLSyntaxException

        public OQLSyntaxException​(java.lang.String message,
                                  java.lang.Throwable except)