|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--net.percederberg.mibble.MibLoaderException
A MIB loader exception. This exception is thrown when a MIB file couldn't be loaded properly, normally due to syntactical or semantical errors in the file.
Constructor Summary | |
MibLoaderException(MibLoaderLog log)
Creates a new MIB loader exception. |
Method Summary | |
MibLoaderLog |
getLog()
Returns the MIB loader log. |
java.lang.String |
getMessage()
Returns a error summary message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MibLoaderException(MibLoaderLog log)
log
- the MIB loader logMethod Detail |
public MibLoaderLog getLog()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |