public static class CommandLine.MissingParameterException extends CommandLine.ParameterException
commandLine| Constructor and Description |
|---|
MissingParameterException(CommandLine commandLine,
Collection<CommandLine.Model.ArgSpec> missing,
String msg) |
MissingParameterException(CommandLine commandLine,
CommandLine.Model.ArgSpec missing,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
List<CommandLine.Model.ArgSpec> |
getMissing() |
getArgSpec, getCommandLine, getValueaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingParameterException(CommandLine commandLine, CommandLine.Model.ArgSpec missing, String msg)
public MissingParameterException(CommandLine commandLine, Collection<CommandLine.Model.ArgSpec> missing, String msg)
public List<CommandLine.Model.ArgSpec> getMissing()