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:
Serializable
- Enclosing class:
CommandLine
Exception indicating that a required parameter was not specified.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static CommandLine.MissingParameterException
create
(CommandLine cmd, Collection<Field> missing, String separator) private static String
Methods inherited from class org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException
getCommandLine
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MissingParameterException
-
-
Method Details
-
create
private static CommandLine.MissingParameterException create(CommandLine cmd, Collection<Field> missing, String separator) -
describe
-