Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException
-
Packages that use CommandLine.ParameterException Package Description org.apache.logging.log4j.core.tools.picocli -
-
Uses of CommandLine.ParameterException in org.apache.logging.log4j.core.tools.picocli
Subclasses of CommandLine.ParameterException in org.apache.logging.log4j.core.tools.picocli Modifier and Type Class Description static classCommandLine.MaxValuesforFieldExceededExceptionException indicating that more values were specified for an option or parameter than itsarityallows.static classCommandLine.MissingParameterExceptionException indicating that a required parameter was not specified.static classCommandLine.MissingTypeConverterExceptionException indicating that an annotated field had a type for which noCommandLine.ITypeConverterwas registered.static classCommandLine.OverwrittenOptionExceptionException indicating that an option for a single-value option field has been specified multiple times on the command line.static classCommandLine.UnmatchedArgumentExceptionException 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.ParameterException Modifier and Type Method Description private static CommandLine.ParameterExceptionCommandLine.ParameterException. create(CommandLine cmd, java.lang.Exception ex, java.lang.String arg, int i, java.lang.String[] args)Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.ParameterException Modifier and Type Method Description java.util.List<java.lang.Object>CommandLine.DefaultExceptionHandler. handleException(CommandLine.ParameterException ex, java.io.PrintStream out, CommandLine.Help.Ansi ansi, java.lang.String... args)java.util.List<java.lang.Object>CommandLine.IExceptionHandler. handleException(CommandLine.ParameterException ex, java.io.PrintStream out, CommandLine.Help.Ansi ansi, java.lang.String... args)Handles aParameterExceptionthat occurred while parsing the command line arguments and optionally returns a list of results.
-