Base class for all configuration exceptions.
An INI-style configuration file parser.
Thrown when a duplicate option is encountered.
Thrown when a duplicate section is encountered.
Thrown when an expected option is not present in the confiruation.
Thrown when an expected section is not present in the confiruation.
Used as a wrapper to pass a section to callbacks.
Companion object for the Configuration class
A configuration reader: Reads a source and produces a parsed configuration.
Classes and objects to aid in the parsing of INI-style configuration files. This package is similar, in concept, to the Python
ConfigParsermodule (though its implementation and capabilities differ quite a bit).