Uses of Class
org.odmg.ODMGException
Packages that use ODMGException
-
Uses of ODMGException in org.odmg
Subclasses of ODMGException in org.odmgModifier and TypeClassDescriptionclassThis exception is thrown when attempting to open a database that does not exist.classThis exception is thrown when attempting to open a database that is already open.classAn attempt to get a object via its name usingDatabase.lookupand the name is not associated with an object in the database.classThis exception is thrown when attempting to bind a name to an object when the name is already bound to another object.classThis is the base class for all exceptions associated with queries.classThis exception is thrown if the query is not a valid OQL query.classThis exception is thrown when the number of bound parameters for a query does not match the number of placeholders.classThis exception is thrown when the type of a query parameter is not compatible with the expected type.Methods in org.odmg that throw ODMGException -
Uses of ODMGException in org.rasdaman.rasnet.communication
Methods in org.rasdaman.rasnet.communication that throw ODMGException -
Uses of ODMGException in rasj
Subclasses of ODMGException in rasjModifier and TypeClassDescriptionclassPURPOSE: This exception extends the ODMGQueryInvalidException by offering direct access to the RasDaMan error number and the line, column and token in the querystring that produced the error.Methods in rasj that throw ODMGExceptionModifier and TypeMethodDescriptionvoidRasImplementation.abortTA()Abort a transaction.voidRasImplementation.beginTA()Begin a transaction.voidRasImplementation.closeDB()Closes an open database.voidRasImplementationInterface.closeDB()voidRasImplementation.commitTA()Commit a transaction.booleanRasImplementation.isOpenTA()Returns TRUE if a transaction is currently open.voidOpen databasevoid -
Uses of ODMGException in rasj.odmg
Methods in rasj.odmg that throw ODMGException