Package picocli
Class CommandLine.MissingParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- picocli.CommandLine.PicocliException
-
- picocli.CommandLine.ParameterException
-
- picocli.CommandLine.MissingParameterException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CommandLine
public static class CommandLine.MissingParameterException extends CommandLine.ParameterException
Exception indicating that a required parameter was not specified.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class picocli.CommandLine.ParameterException
commandLine
-
-
Constructor Summary
Constructors Constructor Description MissingParameterException(CommandLine commandLine, java.util.Collection<CommandLine.Model.ArgSpec> missing, java.lang.String msg)
MissingParameterException(CommandLine commandLine, CommandLine.Model.ArgSpec missing, java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CommandLine.Model.ArgSpec>
getMissing()
-
Methods inherited from class picocli.CommandLine.ParameterException
getArgSpec, getCommandLine, getValue
-
-
-
-
Constructor Detail
-
MissingParameterException
public MissingParameterException(CommandLine commandLine, CommandLine.Model.ArgSpec missing, java.lang.String msg)
-
MissingParameterException
public MissingParameterException(CommandLine commandLine, java.util.Collection<CommandLine.Model.ArgSpec> missing, java.lang.String msg)
-
-
Method Detail
-
getMissing
public java.util.List<CommandLine.Model.ArgSpec> getMissing()
-
-