| | |
- 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. |
| |
- __getitem__(self, i) from exceptions.Exception
- __init__(self, *args) from exceptions.Exception
- __str__(self) from exceptions.Exception
|
|