public static class CommandLine.MissingParameterException extends CommandLine.ParameterException
| Constructor and Description |
|---|
MissingParameterException(CommandLine commandLine,
java.util.Collection<CommandLine.Model.ArgSpec> missing,
java.lang.String msg) |
MissingParameterException(CommandLine commandLine,
CommandLine.Model.ArgSpec missing,
java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommandLine.Model.ArgSpec> |
getMissing() |
getArgSpec, getCommandLine, getValuepublic MissingParameterException(CommandLine commandLine, CommandLine.Model.ArgSpec missing, java.lang.String msg)
public MissingParameterException(CommandLine commandLine, java.util.Collection<CommandLine.Model.ArgSpec> missing, java.lang.String msg)
public java.util.List<CommandLine.Model.ArgSpec> getMissing()