exceptions :: EnvironmentError :: Class EnvironmentError
[hide private]
[frames] | no frames]

Class EnvironmentError



Exception --+    
            |    
StandardError --+
                |
               EnvironmentError
Known Subclasses:
IOError, OSError

Base class for I/O related errors.

Instance Methods [hide private]
 
__init__(...)
 
__str__(...)

Inherited from Exception: __getitem__, __providedBy__

Class Variables [hide private]
  __implemented__ = <implementedBy exceptions.EnvironmentError>
  __provides__ = <zope.interface.declarations.ClassProvides obje...
Method Details [hide private]

__init__(...)
(Constructor)

 
Overrides: Exception.__init__

__str__(...)
(Informal representation operator)

 
Overrides: Exception.__str__

Class Variable Details [hide private]

__provides__

Value:
<zope.interface.declarations.ClassProvides object at 0x2413770>