Package dics :: Module cortex :: Class RangeError
[hide private]
[frames] | no frames]

Class RangeError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          RangeError

Exception raised if there is an attempt to set a Cortex parameter
with an value outside the allowed range.

Attributes: parameter - the parameter in question
            value - the illegal value requested
            range - the allowed range for the parameter



Instance Methods [hide private]
  __init__(self, parameter, value, range)

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

__init__(self, parameter, value, range)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__