org.odmg
Class ODMGException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.odmg.ODMGException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DatabaseNotFoundException, DatabaseOpenException, ObjectNameNotFoundException, ObjectNameNotUniqueException, QueryException

public class ODMGException
extends java.lang.Exception

This is the base class for all exceptions thrown by an ODMG implementation.

Version:
ODMG 3.0
Author:
David Jordan (as Java Editor of the Object Data Management Group)
See Also:
Serialized Form

Constructor Summary
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, 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.


(C) 2002 - 2006 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30