qm :: test :: base :: CouldNotLoadExtensionError :: Class CouldNotLoadExtensionError
[hide private]
[frames] | no frames]

Class CouldNotLoadExtensionError
source code

exceptions.Exception --+    
                       |    
      common.QMException --+
                           |
                          CouldNotLoadExtensionError

An exception indicating that an extension class could not be loaded.

Instance Methods [hide private]
  __init__(self, class_name, exc_info)
Construct a new 'CouldNotLoadExtensionError'.

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

__init__(self, class_name, exc_info)
(Constructor)

source code 

Construct a new 'CouldNotLoadExtensionError'.

'class_name' -- The name of the class.

'exc_info' -- An exception tuple, as returned by 'sys.exc_info'.
Overrides: common.QMException.__init__