Package PyFoam :: Module Error :: Class PyFoamException
[hide private]
[frames] | no frames]

Class PyFoamException

source code

exceptions.Exception --+
                       |
                      PyFoamException
Known Subclasses:

The simplest exception for PyFoam

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

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__init__(self, descr)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__