Package Honey :: Module Error :: Class MapSocketError
[show private | hide private]
[frames | no frames]

Class MapSocketError

   Exception --+            
               |            
HoneyPythonError --+        
                   |        
         SocketError --+    
                       |    
         ConnectionError --+
                           |
                          MapSocketError


A especial exception that maps errno error codes to specific ConnectionError exceptions for each case.
Method Summary
  __init__(self, reason)
  __getitem__(...)
(inherited from Exception)
  __str__(...)
(inherited from Exception)

Method Details

__init__(self, reason)
(Constructor)

Parameters:
reason - the (code, msg) tuple returned by a socket.error exception

Generated by Epydoc 1.1 on Sun Dec 7 16:05:39 2003 http://epydoc.sf.net