public class MibLoaderException
extends java.lang.Exception
Constructor and Description |
---|
MibLoaderException(java.io.File file,
java.lang.String message)
Creates a new MIB loader exception.
|
MibLoaderException(MibLoaderLog log)
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.io.File file, java.lang.String message)
file
- the file containg the errormessage
- the error messagepublic MibLoaderLog getLog()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable