Package pulp :: Package messaging :: Module dispatcher :: Class ClassNotFound
[hide private]
[frames] | no frames]

Class ClassNotFound

source code

exceptions.Exception --+
                       |
                      ClassNotFound

Target class not found.

Instance Methods [hide private]
 
__init__(self, classname) source code

Inherited from exceptions.Exception: __getitem__, __str__

Method Details [hide private]

__init__(self, classname)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__