public class MissingCommandException extends ParameterException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
unknownCommand
the command passed by the user.
|
| Constructor and Description |
|---|
MissingCommandException(java.lang.String message) |
MissingCommandException(java.lang.String message,
java.lang.String command) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUnknownCommand() |
getJCommander, setJCommander, usageprivate final java.lang.String unknownCommand