- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.text.ParseException
-
- org.snmp4j.util.ArgumentParser.ArgumentParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ArgumentParser
public static class ArgumentParser.ArgumentParseException extends java.text.ParseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArgumentParseException(int position, java.lang.String value, ArgumentParser.ArgumentFormat parameterFormat, ArgumentParser.ArgumentParameter parameterFormatDetail)
ArgumentParseException(java.lang.String message, int position, java.lang.String value, ArgumentParser.ArgumentFormat parameterFormat, ArgumentParser.ArgumentParameter parameterFormatDetail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArgumentParser.ArgumentFormat
getParameterFormat()
ArgumentParser.ArgumentParameter
getParameterFormatDetail()
java.lang.String
getValue()
-
-
-
Constructor Detail
-
ArgumentParseException
public ArgumentParseException(int position, java.lang.String value, ArgumentParser.ArgumentFormat parameterFormat, ArgumentParser.ArgumentParameter parameterFormatDetail)
-
ArgumentParseException
public ArgumentParseException(java.lang.String message, int position, java.lang.String value, ArgumentParser.ArgumentFormat parameterFormat, ArgumentParser.ArgumentParameter parameterFormatDetail)
-
-
Method Detail
-
getParameterFormatDetail
public ArgumentParser.ArgumentParameter getParameterFormatDetail()
-
getParameterFormat
public ArgumentParser.ArgumentFormat getParameterFormat()
-
getValue
public java.lang.String getValue()
-
-