Module zio :: Class ProtocolError

Class ProtocolError

exceptions.Exception --+            
                       |            
exceptions.StandardError --+        
                           |        
 exceptions.EnvironmentError --+    
                               |    
              exceptions.IOError --+
                                   |
                                  ProtocolError
Known Subclasses:

Exception raised when there are problems communicating with the agent. This could be a problem at the system call interface, or because of a packet that is not conformant with the communication protocol.
Instance Methods

Inherited from exceptions.EnvironmentError: __init__, __str__

Inherited from exceptions.Exception: __getitem__