Package empro :: Package toolkit :: Package results :: Class UnavailableError
[frames] | no frames]

Class UnavailableError

source code

exceptions.BaseException --+            
                           |            
        exceptions.Exception --+        
                               |        
        exceptions.StandardError --+    
                                   |    
             exceptions.RuntimeError --+
                                       |
                                      UnavailableError

Instance Methods
 
__init__(self, msg='')
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __setattr__, __setstate__, __unicode__

Properties

Inherited from exceptions.BaseException: args, message

Method Details

__init__(self, msg='')
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: exceptions.BaseException.__init__
(inherited documentation)