Package org.odmg

Class QueryException

    • Constructor Summary

      Constructors 
      Constructor Description
      QueryException()
      Constructs an instance of the exception.
      QueryException​(java.lang.String msg)
      Constructs an instance of the exception with a message indicating the reason for the exception.
    • Method Summary

      • 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

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

      • QueryException

        public QueryException()
        Constructs an instance of the exception.
      • QueryException

        public QueryException​(java.lang.String msg)
        Constructs an instance of the exception with a message indicating the reason for the exception.
        Parameters:
        msg - A message indicating the reason for the exception.