Serializablepublic 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, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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()
Copyright © 2017–2019. All rights reserved.