The pysnmp.proto.cli.ucd package collection - error handling

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

class ProtoCliUcdError([err_msg])

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

class BadArgumentError([err_msg])

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


Subsections

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


ilya@glas.net