Package gnue :: Package common :: Package utils :: Module plugin :: Class LoadError
[show private | hide private]

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__(...)

Method Details

__init__(self, name, exceptions)
(Constructor)

Overrides:
gnue.common.base.errors.AdminError.__init__


GNUe Home

Public API

Developer's Corner