|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatasourcesException | |
|---|---|
| com.uwyn.rife.database | Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. |
| com.uwyn.rife.database.exceptions | Provides exception classes for the database framework. |
| Uses of DatasourcesException in com.uwyn.rife.database |
|---|
| Methods in com.uwyn.rife.database that throw DatasourcesException | |
|---|---|
void |
Datasources.storeToXml()
Stores the XML document with all the data in the current Datasources instance to the same file that populated
this instance. |
void |
Datasources.storeToXml(File destination)
Stores the XML document with all the data in the current Datasources instance to the provided file. |
| Constructors in com.uwyn.rife.database that throw DatasourcesException | |
|---|---|
Datasources()
Creates a new empty Datasources instance. |
|
Datasources(String xmlPath,
ResourceFinder resourceFinder)
Creates a new Datasources instance from the definitions in
an XML file. |
|
| Uses of DatasourcesException in com.uwyn.rife.database.exceptions |
|---|
| Subclasses of DatasourcesException in com.uwyn.rife.database.exceptions | |
|---|---|
class |
CantFindXmlPathException
|
class |
CantWriteToDestinationException
|
class |
DatasourceNotFoundException
|
class |
InitializationErrorException
|
class |
MissingXmlPathException
|
class |
ModificationTimeErrorException
|
class |
StoreXmlErrorException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||