pysnmp.compat.pysnmp2x.error
index
/home/mcfletch/pylive/pysnmp/compat/pysnmp2x/error.py

Compatibility exception class
 
Written by Ilya Etingof <ilya@glas.net>, 2001, 2002. Suggested by
Case Van Horsen <case@ironwater.com>.

 
Modules
       
pysnmp

 
Classes
       
ProtoError(PySnmpError)
Generic

 
class Generic(ProtoError)
    Base class for depricated PySNMP 2.x compatibility API
 
 
Method resolution order:
Generic
ProtoError
PySnmpError
Exception

Methods inherited from PySnmpError:
__init__(self, why='')
__nonzero__(self)
__repr__(self)
__str__(self)

Methods inherited from Exception:
__getitem__(...)