Class LoadError
Exception --+
|
Error --+
|
AdminError --+
|
LoadError
Indicates a failure to load a given module. Raised by find.
If e is an Exception of this class, e.exceptions gives a dictionary
with the keys being the modules that were trying to be imported and the
values being the exception info tuples for the exception that happened
trying, and e.detail is a string containing basically the same info.
| Method Summary |
| |
__init__(self,
name,
exceptions)
|
| Inherited from Exception |
| |
__getitem__(...)
|
| |
__str__(...)
|