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

Package exception classes.
 
Written by Ilya Etingof <ilya@glas.net>, 2001, 2002.

 
Modules
       
pysnmp.asn1.encoding.error

 
Classes
       
EncodingError(Asn1Error)
BerEncodingError
BadArgumentError
BadEncodingError
OverFlowError
TypeMismatchError
UnderRunError

 
class BadArgumentError(BerEncodingError)
    Malformed argument
 
 
Method resolution order:
BadArgumentError
BerEncodingError
EncodingError
Asn1Error
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)

 
class BadEncodingError(BerEncodingError)
    Incorrect BER encoding
 
 
Method resolution order:
BadEncodingError
BerEncodingError
EncodingError
Asn1Error
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)

 
class BerEncodingError(EncodingError)
    Base class for ber sub-package exceptions
 
 
Method resolution order:
BerEncodingError
EncodingError
Asn1Error
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)

 
class OverFlowError(BerEncodingError)
    Data item does not fit the packet
 
 
Method resolution order:
OverFlowError
BerEncodingError
EncodingError
Asn1Error
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)

 
class TypeMismatchError(BerEncodingError)
    Type Mismatch Error
 
 
Method resolution order:
TypeMismatchError
BerEncodingError
EncodingError
Asn1Error
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)

 
class UnderRunError(BerEncodingError)
    Short BER data stream
 
 
Method resolution order:
UnderRunError
BerEncodingError
EncodingError
Asn1Error
PySnmpError
Exception

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

Methods inherited from Exception:
__getitem__(...)