Serializable
public static class CommandLine.MissingParameterException extends CommandLine.ParameterException
Constructor | Description |
---|---|
MissingParameterException(CommandLine commandLine,
Collection<CommandLine.Model.ArgSpec> missing,
String msg) |
|
MissingParameterException(CommandLine commandLine,
CommandLine.Model.ArgSpec missing,
String msg) |
Modifier and Type | Method | Description |
---|---|---|
List<CommandLine.Model.ArgSpec> |
getMissing() |
getArgSpec, getCommandLine, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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()
Copyright © 2017–2019. All rights reserved.