Package libprs500 :: Module errors :: Class ControlError
[hide private]
[frames] | no frames]

Class ControlError

source code


Errors in Command/Response pairs while communicating with the device

Instance Methods [hide private]
  __init__(self, query=None, response=None, desc=None)
  __str__(self)
str(x)

Inherited from exceptions.Exception: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __reduce__, __repr__, __setattr__, __setstate__

Inherited from object: __hash__, __reduce_ex__


Class Variables [hide private]

Inherited from exceptions.BaseException: message


Properties [hide private]

Inherited from exceptions.BaseException: args

Inherited from object: __class__


Method Details [hide private]

__init__(self, query=None, response=None, desc=None)
(Constructor)

source code 
None
Overrides: ProtocolError.__init__

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: exceptions.BaseException.__str__
(inherited documentation)