All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tc.database.DatabaseNotOpenException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----tc.database.ValidationException
                           |
                           +----tc.database.DatabaseNotOpenException

public class DatabaseNotOpenException
extends ValidationException
This exception is thrown if one tries to access a database that is not yet opened.


Constructor Index

 o DatabaseNotOpenException()

Constructors

 o DatabaseNotOpenException
 public DatabaseNotOpenException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index