Uses of Class
org.apache.commons.configuration.ConfigurationException

Packages that use ConfigurationException
org.apache.commons.configuration Configuration package. 
 

Uses of ConfigurationException in org.apache.commons.configuration
 

Methods in org.apache.commons.configuration that throw ConfigurationException
 void XMLConfiguration.load(Reader in)
          Load the configuration from the specified reader.
 void XMLConfiguration.save(Writer writer)
          Save the configuration to the specified writer.
 void PropertiesConfiguration.load(Reader in)
          Load the properties from the given input stream and using the specified encoding.
 void PropertiesConfiguration.save(Writer writer)
          Save the configuration to the specified stream.
 void HierarchicalXMLConfiguration.load()
           
 void HierarchicalXMLConfiguration.load(String fileName)
           
 void HierarchicalXMLConfiguration.load(File file)
           
 void HierarchicalXMLConfiguration.load(URL url)
           
 void HierarchicalXMLConfiguration.load(InputStream in)
           
 void HierarchicalXMLConfiguration.load(InputStream in, String encoding)
           
 void HierarchicalXMLConfiguration.load(Reader in)
           
 void HierarchicalXMLConfiguration.save()
           
 void HierarchicalXMLConfiguration.save(String fileName)
           
 void HierarchicalXMLConfiguration.save(File file)
           
 void HierarchicalXMLConfiguration.save(URL url)
           
 void HierarchicalXMLConfiguration.save(OutputStream out)
           
 void HierarchicalXMLConfiguration.save(OutputStream out, String encoding)
           
 void HierarchicalXMLConfiguration.save(Writer out)
           
 Configuration ConfigurationFactory.getConfiguration()
          Return the configuration provided by this factory.
 void FileConfiguration.load()
          Load the configuration from the underlying URL.
 void FileConfiguration.load(String fileName)
          Locate the specified file and load the configuration.
 void FileConfiguration.load(File file)
          Load the configuration from the specified file.
 void FileConfiguration.load(URL url)
          Load the configuration from the specified URL.
 void FileConfiguration.load(InputStream in)
          Load the configuration from the specified stream, using the default platform specific encoding.
 void FileConfiguration.load(InputStream in, String encoding)
          Load the configuration from the specified stream, using the specified encoding.
 void FileConfiguration.load(Reader in)
          Load the configuration from the specified reader.
 void FileConfiguration.save()
          Save the configuration.
 void FileConfiguration.save(String fileName)
          Save the configuration to the specified file.
 void FileConfiguration.save(File file)
          Save the configuration to the specified file.
 void FileConfiguration.save(URL url)
          Save the configuration to the specified URL if it's a file URL.
 void FileConfiguration.save(OutputStream out)
          Save the configuration to the specified stream.
 void FileConfiguration.save(OutputStream out, String encoding)
          Save the configuration to the specified stream, using the specified encoding.
 void FileConfiguration.save(Writer out)
          Save the configuration to the specified writer.
 void AbstractFileConfiguration.load()
          Load the configuration from the underlying URL.
 void AbstractFileConfiguration.load(String fileName)
          Locate the specified file and load the configuration.
 void AbstractFileConfiguration.load(File file)
          Load the configuration from the specified file.
 void AbstractFileConfiguration.load(URL url)
          Load the configuration from the specified URL.
 void AbstractFileConfiguration.load(InputStream in)
          Load the configuration from the specified stream, using the default platform specific encoding.
 void AbstractFileConfiguration.load(InputStream in, String encoding)
          Load the configuration from the specified stream, using the specified encoding.
 void AbstractFileConfiguration.save()
          Save the configuration.
 void AbstractFileConfiguration.save(String fileName)
          Save the configuration to the specified file.
 void AbstractFileConfiguration.save(URL url)
          Save the configuration to the specified URL if it's a file URL.
 void AbstractFileConfiguration.save(File file)
          Save the configuration to the specified file.
 void AbstractFileConfiguration.save(OutputStream out)
          Save the configuration to the specified stream.
 void AbstractFileConfiguration.save(OutputStream out, String encoding)
          Save the configuration to the specified stream, using the specified encoding.
 

Constructors in org.apache.commons.configuration that throw ConfigurationException
XMLConfiguration(String resource)
          Creates and loads the XML configuration from the specified resource.
XMLConfiguration(File file)
          Creates and loads the XML configuration from the specified file.
XMLConfiguration(URL url)
          Creates and loads the XML configuration from the specified URL.
PropertiesConfiguration(String fileName)
          Creates and loads the extended properties from the specified file.
PropertiesConfiguration(File file)
          Creates and loads the extended properties from the specified file.
PropertiesConfiguration(URL url)
          Creates and loads the extended properties from the specified URL.
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.