public class MibException
extends java.lang.Exception
Constructor and Description |
---|
MibException(MibFileRef fileRef,
java.lang.String message)
Creates a new MIB exception.
|
Modifier and Type | Method and Description |
---|---|
MibFileRef |
getFileRef()
Returns the error MIB file location.
|
public MibException(MibFileRef fileRef, java.lang.String message)
fileRef
- the MIB file locationmessage
- the error messagepublic MibFileRef getFileRef()