Package org.odmg

Class ODMGRuntimeException

    • Constructor Summary

      Constructors 
      Constructor Description
      ODMGRuntimeException()
      Construct an instance of the exception.
      ODMGRuntimeException​(java.lang.String msg)
      Construct an instance of the exception with the specified 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

      • ODMGRuntimeException

        public ODMGRuntimeException()
        Construct an instance of the exception.
      • ODMGRuntimeException

        public ODMGRuntimeException​(java.lang.String msg)
        Construct an instance of the exception with the specified message.
        Parameters:
        msg - The message associated with the exception.