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:
java.io.Serializable
public class ParseOptionMissingValueException extends ParseRestrictionViolatedException
Exception that is thrown when an option expects one/more values and no values are supplied- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
optionTitle
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ParseOptionMissingValueException(java.lang.String optionTitle)
ParseOptionMissingValueException(java.lang.String message, java.lang.String optionTitle, java.lang.Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOptionTitle()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
optionTitle
private final java.lang.String optionTitle
-
-