Module com.github.rvesse.airline
Class ParseCommandMissingException
- 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.ParseCommandMissingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseCommandMissingException extends ParseRestrictionViolatedException
Exception that is thrown when no command is specified- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ParseCommandMissingException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-