public final class SmiParseException extends Exception
SmiParseException provides information about
violations of the Structure of Management Information (SMI) v1 or v2
standards.
Per MIB specification file, there might be more than one error
reported by this exception.| Modifier and Type | Method and Description |
|---|---|
List<SmiError> |
getErrorList()
Gets the list of
SmiErrors. |
String |
getMessage()
Gets the error message for all errors found in a MIB specification.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String getMessage()
getMessage in class Throwablepublic List<SmiError> getErrorList()
SmiErrors.SmiErrors for this MIB specification file.Copyright © 2015 SNMP4J.com. All Rights Reserved.