Package org.odmg

Class ODMGException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DatabaseNotFoundException, DatabaseOpenException, ObjectNameNotFoundException, ObjectNameNotUniqueException, QueryException

public class ODMGException extends Exception
This is the base class for all exceptions thrown by an ODMG implementation.
Author:
David Jordan (as Java Editor of the Object Data Management Group)
See Also:
  • Constructor Details

    • ODMGException

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

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