Module com.github.rvesse.airline
Class ParseCommandUnrecognizedException
- 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.ParseCommandUnrecognizedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseCommandUnrecognizedException extends ParseRestrictionViolatedException
Exception that is thrown when an unrecognized command is supplied- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private java.util.List<java.lang.String>
unparsedInput
-
Constructor Summary
Constructors Constructor Description ParseCommandUnrecognizedException(java.util.List<java.lang.String> unparsedInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getUnparsedInput()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
unparsedInput
private final java.util.List<java.lang.String> unparsedInput
-
-