Package iceprod :: Package core :: Module translator :: Class UndefinedVariableError
[hide private]
[frames] | no frames]

Class UndefinedVariableError

source code

exceptions.Exception --+
                       |
                      UndefinedVariableError

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

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__init__(self, value)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__