Module com.github.rvesse.airline
Class ParseOptionConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.rvesse.airline.parser.errors.ParseException
com.github.rvesse.airline.parser.errors.ParseOptionConversionException
- All Implemented Interfaces:
Serializable
Exception that is thrown when the argument supplied as the value for an
option cannot be converted to the options Java type
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseOptionConversionException
(String optionTitle, String value, String typeName) ParseOptionConversionException
(String message, String optionTitle, String value, String typeName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
optionTitle
-
value
-
typeName
-
-
Constructor Details
-
ParseOptionConversionException
-
ParseOptionConversionException
-
-
Method Details
-
getOptionTitle
-
getValue
-
getTypeName
-