Uses of Class
org.odmg.ODMGException

Packages that use ODMGException
org.apache.ojb.odmg   
org.odmg   
 

Uses of ODMGException in org.apache.ojb.odmg
 

Methods in org.apache.ojb.odmg that throw ODMGException
 void DatabaseImpl.close()
          Close the database.
 void DatabaseImpl.open(String name, int accessMode)
          Open the named database with the specified access mode.
 

Uses of ODMGException in org.odmg
 

Subclasses of ODMGException in org.odmg
 class DatabaseNotFoundException
          This exception is thrown when attempting to open a database that does not exist.
 class DatabaseOpenException
          This exception is thrown when attempting to open a database that is already open.
 class ObjectNameNotFoundException
          An attempt to get a object via its name using Database.lookup and the name is not associated with an object in the database.
 class ObjectNameNotUniqueException
          This exception is thrown when attempting to bind a name to an object when the name is already bound to another object.
 class QueryException
          This is the base class for all exceptions associated with queries.
 class QueryInvalidException
          This exception is thrown if the query is not a valid OQL query.
 class QueryParameterCountInvalidException
          This exception is thrown when the number of bound parameters for a query does not match the number of placeholders.
 class QueryParameterTypeInvalidException
          This exception is thrown when the type of a query parameter is not compatible with the expected type.
 

Methods in org.odmg that throw ODMGException
 void Database.close()
          Close the database.
 void Database.open(String name, int accessMode)
          Open the named database with the specified access mode.
 



Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.