Uses of Package
org.clapper.util.config

Packages that use org.clapper.util.config
org.clapper.util.config org.clapper.util.config - A Configuration File Parser. 
 

Classes in org.clapper.util.config used by org.clapper.util.config
ConfigurationException
          A ConfigurationException is thrown by the Configuration class to signify errors in a configuration file.
NoSuchSectionException
          A NoSuchSectionException is thrown by the Configuration class to signify that a requested configuration section does not exist.
NoSuchVariableException
          A NoSuchVariableException is thrown by the Configuration class to signify that a requested configuration variable does not exist.
SectionExistsException
          A SectionExistsException is thrown by the Configuration class to signify that a requested configuration section already exists and cannot be created.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.