pysnmp.asn1.error
index
/home/mcfletch/pylive/pysnmp/asn1/error.py

Package exception classes

 
Modules
       
pysnmp.error

 
Classes
       
PySnmpError(Exception)
Asn1Error
BadArgumentError
NotImplementedError
ValueConstraintError

 
class Asn1Error(PySnmpError)
    
Method resolution order:
Asn1Error
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)

 
class BadArgumentError(Asn1Error)
    
Method resolution order:
BadArgumentError
Asn1Error
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)

 
class NotImplementedError(Asn1Error)
    
Method resolution order:
NotImplementedError
Asn1Error
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)

 
class ValueConstraintError(Asn1Error)
    
Method resolution order:
ValueConstraintError
Asn1Error
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)