Class CommandLine.MissingParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.logging.log4j.core.tools.picocli.CommandLine.PicocliException
-
- org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException
-
- org.apache.logging.log4j.core.tools.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
-
-
Constructor Summary
Constructors Constructor Description MissingParameterException(CommandLine commandLine, java.lang.String msg)
-
Method Summary
-
Methods inherited from class org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException
getCommandLine
-
-
-
-
Constructor Detail
-
MissingParameterException
public MissingParameterException(CommandLine commandLine, java.lang.String msg)
-
-