|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.odmg.ODMGException
This is the base class for all exceptions thrown by an ODMG implementation.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
ODMGException()
Construct an ODMGException object without an error message. |
|
ODMGException(java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ODMGException()
ODMGException
object without an error message.
public ODMGException(java.lang.String msg)
ODMGException
object with an error message.
msg
- The error message associated with this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |