The pysnmp.proto.cli package collection - error handling

Components of pysnmp.proto.cli package may raise exceptions based on the following classes:

class ProtoCliError([err_msg])

Instances of this class represent an exception occurred in the pysnmp.proto.cli code. This is a subclass of error.ProtoError class, and a base class for more specific, package-wide exceptions.

class BadArgument([err_msg])

Instances of this class represent a bad argument exception occurred in the pysnmp.proto.cli code. This is a subclass of ProtoCliError class.


Subsections

Neither of the above classes defines additional methods to their base classes.


ilya@glas.net