Module com.github.rvesse.airline
Class ParseOptionMissingValueException
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.ParseRestrictionViolatedException
com.github.rvesse.airline.parser.errors.ParseOptionMissingValueException
- All Implemented Interfaces:
Serializable
Exception that is thrown when an option expects one/more values and no values
are supplied
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseOptionMissingValueException
(String optionTitle) ParseOptionMissingValueException
(String message, String optionTitle, Object... args) -
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
-
-
Constructor Details
-
ParseOptionMissingValueException
-
ParseOptionMissingValueException
-
-
Method Details
-
getOptionTitle
-