Package org.odmg

Class ODMGException

    • Constructor Summary

      Constructors 
      Constructor Description
      ODMGException()
      Construct an ODMGException object without an error message.
      ODMGException​(java.lang.String msg)
      Construct an ODMGException object with an error message.
    • 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

      • ODMGException

        public ODMGException()
        Construct an ODMGException object without an error message.
      • ODMGException

        public ODMGException​(java.lang.String msg)
        Construct an ODMGException object with an error message.
        Parameters:
        msg - The error message associated with this exception.