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

Class CortexError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          CortexError

Exception raised if the Cortex controller responds to a command
with 'E#/r/n', i.e. if it receives and illegal command.  This should
of course never happen...

Attributes: command - the command string sent to the controller which
                      resulted in the error.



Instance Methods [hide private]
  __init__(self, command)

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

__init__(self, command)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__