pysnmp.proto.api.error
index
/home/mcfletch/pylive/pysnmp/proto/api/error.py

API-level exception classes

 
Modules
       
pysnmp.proto.error

 
Classes
       
ProtoError(PySnmpError)
ProtoApiError
BadArgumentError

 
class BadArgumentError(ProtoApiError)
    
Method resolution order:
BadArgumentError
ProtoApiError
ProtoError
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)

 
class ProtoApiError(ProtoError)
    
Method resolution order:
ProtoApiError
ProtoError
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)