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

Class ResponseError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          ResponseError

Exception raised when an unexpected response is received from the
Cortex controller.  This should of course never happen...

Attributes: command - the command string sent to the controller
            response - the response string received



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

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

__init__(self, command, response)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__