|
Home | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--xl2.util.NestedException | +--xl2.odb.XL2Exception | +--xl2.odb.DatabaseNotOpenException
A call was made that required an XL2Database to be open when it was not.
Constructor Summary | |
DatabaseNotOpenException(XL2Database db)
|
Method Summary | |
XL2Database |
getXL2Database()
|
Methods inherited from class xl2.util.NestedException |
getException, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DatabaseNotOpenException(XL2Database db)
Method Detail |
public XL2Database getXL2Database()
|
Home | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |