Package mvpa :: Package misc :: Module exceptions :: Class UnknownStateError
[hide private]
[frames] | no frames]

Class UnknownStateError

source code


Thrown if the internal state of the class is not yet defined.

Classifiers and Algorithms classes might have properties, which are not defined prior to training or invocation has happened.



Instance Methods [hide private]
 
__init__(self, msg="") source code
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

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

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__