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.
-
MibException()
- Constructs a MibException with no detail message.
-
MibException(String)
- Constructs a MibException with the specified detail message.
MibException
public MibException()
- Constructs a MibException with no detail message.
A detail message is a String that describes this particular exception.
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