Uses of Class
com.snmp4j.smi.SmiError
Packages that use SmiError
Package
Description
Provides classes and interfaces for parsing, compiling, loading,
and using Management Information Base (MIB) specifications written in Structure of
Management Information (SMI) version 1 and 2 with SNMP4J to format and parse SNMP data.
-
Uses of SmiError in com.snmp4j.smi
Methods in com.snmp4j.smi that return types with arguments of type SmiErrorModifier and TypeMethodDescriptionSmiParseException.getErrorList()
Gets the list ofSmiError
s.CompilationResult.getSmiErrorList()
Gets a List ofSmiError
instances describing the SMI syntax and semantic errors encountered in the MIB specification identified byCompilationResult.getFileName()
.Constructor parameters in com.snmp4j.smi with type arguments of type SmiErrorModifierConstructorDescriptionSmiParseException
(List<SmiError> errors) Creates aSmiParseException
from a list ofSmiError
s.