Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException
Packages that use CommandLine.ParameterException
-
Uses of CommandLine.ParameterException in org.apache.logging.log4j.core.tools.picocli
Modifier and TypeClassDescriptionstatic classException indicating that more values were specified for an option or parameter than itsarityallows.static classException indicating that a required parameter was not specified.static classException indicating that an annotated field had a type for which noCommandLine.ITypeConverterwas registered.static classException indicating that an option for a single-value option field has been specified multiple times on the command line.static classException indicating that a command line argument could not be mapped to any of the fields annotated withCommandLine.OptionorCommandLine.Parameters.Methods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.ParameterExceptionModifier and TypeMethodDescriptionprivate static CommandLine.ParameterExceptionCommandLine.ParameterException.create(CommandLine cmd, Exception ex, String arg, int i, String[] args) Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.ParameterExceptionModifier and TypeMethodDescriptionCommandLine.DefaultExceptionHandler.handleException(CommandLine.ParameterException ex, PrintStream out, CommandLine.Help.Ansi ansi, String... args) CommandLine.IExceptionHandler.handleException(CommandLine.ParameterException ex, PrintStream out, CommandLine.Help.Ansi ansi, String... args) Handles aParameterExceptionthat occurred while parsing the command line arguments and optionally returns a list of results.