| | |
- exceptions.Exception
-
- CCompilerError
-
- CompileError
- LibError
- LinkError
- PreprocessError
- UnknownFileError
- DistutilsError
-
- DistutilsArgError
- DistutilsClassError
- DistutilsExecError
- DistutilsFileError
- DistutilsGetoptError
- DistutilsInternalError
- DistutilsModuleError
- DistutilsOptionError
- DistutilsPlatformError
- DistutilsSetupError
- DistutilsTemplateError
class DistutilsOptionError(DistutilsError) |
| |
Syntactic/semantic errors in command options, such as use of
mutually conflicting options, or inconsistent options,
badly-spelled values, etc. No distinction is made between option
values originating in the setup script, the command line, config
files, or what-have-you -- but if we *know* something originated in
the setup script, we'll raise DistutilsSetupError instead. |
| |
- Method resolution order:
- DistutilsOptionError
- DistutilsError
- exceptions.Exception
Data and non-method functions defined here:
- __doc__ = "Syntactic/semantic errors in command options, s...script, we'll raise DistutilsSetupError instead."
- __module__ = 'distutils.errors'
Methods inherited from exceptions.Exception:
- __getitem__(...)
- __init__(...)
- __str__(...)
|
|