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, getValue
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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()