Home

xl2.odb
Class DatabaseNotOpenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--xl2.util.NestedException
                          |
                          +--xl2.odb.XL2Exception
                                |
                                +--xl2.odb.DatabaseNotOpenException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseNotOpenException
extends XL2Exception

A call was made that required an XL2Database to be open when it was not.

See Also:
Serialized Form

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

DatabaseNotOpenException

public DatabaseNotOpenException(XL2Database db)
Method Detail

getXL2Database

public XL2Database getXL2Database()

Home