|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PObjException | |
|---|---|
| de.mguennewig.pobjects | The package de.mguennewig.pobjects provides an abstraction
layer on top of a set of database tables by which table rows can be
accessed transparently as Java objects. |
| de.mguennewig.pobjimport | The package de.mguennewig.pobjimport provides the
classes for a tool named PObjImport which can be used
to import and export data from a persistent object database in a
database implementation independent way. |
| Uses of PObjException in de.mguennewig.pobjects |
|---|
| Subclasses of PObjException in de.mguennewig.pobjects | |
|---|---|
class |
PObjConstraintException
Thrown when storing on an object fails (or would fail) because of a Constraint imposed on the object's data. |
class |
PObjSQLException
Wrapper around SQL exceptions thrown by the database driver. |
class |
PObjSyntaxException
Thrown by Type to indicate a syntax
error. |
| Methods in de.mguennewig.pobjects that return PObjException | |
|---|---|
PObjException |
PObjReadError.getPObjException()
Returns the SQL error that caused this read error. |
| Uses of PObjException in de.mguennewig.pobjimport |
|---|
| Methods in de.mguennewig.pobjimport that throw PObjException | |
|---|---|
void |
Importer.importFile(java.io.File file)
|
void |
Importer.importFile(java.lang.String filename)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||