Uses of Class
com.germinus.easyconf.ConfigurationException
Packages that use ConfigurationException
-
Uses of ConfigurationException in com.germinus.easyconf
Subclasses of ConfigurationException in com.germinus.easyconfModifier and TypeClassDescriptionclassThrown when the base properties file is not found and the getProperties method is explicitly called in the configurationclassThrown when an XML configuration file for a requested component exists but there is not a file which defines de digester rules which should be used to parse itclassThrown when an XML configuration file contains a variable which either is not of the form${variableName}or is not defined in any of the properties files associated with its componentMethods in com.germinus.easyconf that throw ConfigurationExceptionModifier and TypeMethodDescriptionprivate ConfigurationAggregatedProperties.addFileProperties(String fileName, CompositeConfiguration loadedConf)