Package nz.org.riskscape.picocli
Class CommandLine.MissingParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.picocli.CommandLine.PicocliException
nz.org.riskscape.picocli.CommandLine.ParameterException
nz.org.riskscape.picocli.CommandLine.MissingParameterException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CommandLine
Exception indicating that a required parameter was not specified.
- See Also:
-
Constructor Summary
ConstructorDescriptionMissingParameterException
(CommandLine commandLine, Collection<CommandLine.Model.ArgSpec> missing, String msg) MissingParameterException
(CommandLine commandLine, CommandLine.Model.ArgSpec missing, String msg) -
Method Summary
Methods inherited from class nz.org.riskscape.picocli.CommandLine.ParameterException
getArgSpec, getCommandLine, getValue
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingParameterException
public MissingParameterException(CommandLine commandLine, CommandLine.Model.ArgSpec missing, String msg) -
MissingParameterException
public MissingParameterException(CommandLine commandLine, Collection<CommandLine.Model.ArgSpec> missing, String msg)
-
-
Method Details
-
getMissing
-