Uses of Class
net.sourceforge.java.feednread.backend.configuration.PersistenceException

Packages that use PersistenceException
net.sourceforge.java.feednread.backend.configuration This package allows the application to retrieve and persist user and system preferences and configuration data. 
 

Uses of PersistenceException in net.sourceforge.java.feednread.backend.configuration
 

Methods in net.sourceforge.java.feednread.backend.configuration that throw PersistenceException
 Map XMLConfigurationPersistenceEngine.retrieve()
           Retrieves the configuration data from the underlying xml based persistance layer and deposits the parsed key/value pairs in a Map.
 void XMLConfigurationPersistenceEngine.persist()
           Writes the configuration back to the xml based configuration file.
 Map IConfigurationPersistenceEngine.retrieve()
           Retrieves the configuration data from the persistent medium and deposits it in a Map.
 void IConfigurationPersistenceEngine.persist()
           Writes the configuration back to a persistent medium, e.g. a file, a database etc.
 

Constructors in net.sourceforge.java.feednread.backend.configuration that throw PersistenceException
ConfigurationStore(IConfigurationPersistenceEngine configPersistence, IConfigurationPersistenceEngine defaultConfigPersistence)
           Creates a new ConfigurationStore instance using the specified IConfigurationPersistenceEngines for retrieval/storage of the configuration and default settings.