conf_engine.exceptions
¶
Module Contents¶
- exception conf_engine.exceptions.ConfigError(message)¶
Bases:
Exception
Common base class for all non-exit exceptions.
- __str__(self)¶
Return str(self).
- exception conf_engine.exceptions.UnregisteredOption(message)¶
Bases:
ConfigError
Common base class for all non-exit exceptions.
- __str__(self)¶
Return str(self).
- exception conf_engine.exceptions.UnregisteredGroup(message)¶
Bases:
ConfigError
Common base class for all non-exit exceptions.
- __str__(self)¶
Return str(self).
- exception conf_engine.exceptions.DuplicateOptionError(message)¶
Bases:
ConfigError
Common base class for all non-exit exceptions.
- __str__(self)¶
Return str(self).
- exception conf_engine.exceptions.ValueNotFound(message)¶
Bases:
ConfigError
Common base class for all non-exit exceptions.
- __str__(self)¶
Return str(self).