org.odmg
Class ODMGException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odmg.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.
- 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(String msg)
Construct an ODMGException object with an error message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.