public class MibLoaderException
extends java.lang.Exception
Constructor and Description |
---|
MibLoaderException(MibLoaderLog log)
Creates a new MIB loader exception.
|
MibLoaderException(java.lang.String message)
Creates a new MIB loader exception.
|
Modifier and Type | Method and Description |
---|---|
MibLoaderLog |
getLog()
Returns the MIB loader log.
|
java.lang.String |
getMessage()
Returns a error summary message.
|
public MibLoaderException(MibLoaderLog log)
log
- the MIB loader logpublic MibLoaderException(java.lang.String message)
message
- the error messagepublic MibLoaderLog getLog()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable