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