All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Snmp.MibException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----Snmp.MibException

public class MibException
extends Exception
The purpose of class MIB Exception is to catch and report MIB parse errors.


Constructor Index

 o MibException()
Constructs a MibException with no detail message.
 o MibException(String)
Constructs a MibException with the specified detail message.

Constructors

 o MibException
 public MibException()
Constructs a MibException with no detail message. A detail message is a String that describes this particular exception.

 o MibException
 public MibException(String s)
Constructs a MibException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index