Uses of Class
org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base.ConfigStoreException

Packages that use ConfigStoreException
org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base Base classes for the config store system. 
org.pentaho.reporting.engine.classic.core.modules.misc.configstore.filesystem Supports storing the configuration settings into the local filesystem. 
 

Uses of ConfigStoreException in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base that throw ConfigStoreException
 org.pentaho.reporting.libraries.base.config.Configuration ConfigStorage.load(String configPath, org.pentaho.reporting.libraries.base.config.Configuration defaults)
          Loads the properties from the given path, specifying the given properties as default.
 org.pentaho.reporting.libraries.base.config.Configuration NullConfigStorage.load(String configPath, org.pentaho.reporting.libraries.base.config.Configuration defaults)
          Loads the properties from the given path, specifying the given properties as default.
 void ConfigStorage.store(String configPath, org.pentaho.reporting.libraries.base.config.Configuration properties)
          Stores the given properties on the defined path.
 

Uses of ConfigStoreException in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.filesystem
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.configstore.filesystem that throw ConfigStoreException
 org.pentaho.reporting.libraries.base.config.Configuration FileConfigStorage.load(String configPath, org.pentaho.reporting.libraries.base.config.Configuration defaults)
          Loads the properties from the given path, specifying the given properties as default.
 void FileConfigStorage.store(String configPath, org.pentaho.reporting.libraries.base.config.Configuration config)
          Stores the given properties on the defined path.