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 class
CommandLine.MaxValuesforFieldExceededException
Exception indicating that more values were specified for an option or parameter than itsarity
allows.static class
CommandLine.MissingParameterException
Exception indicating that a required parameter was not specified.static class
CommandLine.MissingTypeConverterException
Exception indicating that an annotated field had a type for which noCommandLine.ITypeConverter
was registered.static class
CommandLine.OverwrittenOptionException
Exception indicating that an option for a single-value option field has been specified multiple times on the command line.static class
CommandLine.UnmatchedArgumentException
Exception indicating that a command line argument could not be mapped to any of the fields annotated withCommandLine.Option
orCommandLine.Parameters
.Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.ParameterException Modifier and Type Method Description List<Object>
CommandLine.DefaultExceptionHandler. handleException(CommandLine.ParameterException ex, PrintStream out, CommandLine.Help.Ansi ansi, String... args)
List<Object>
CommandLine.IExceptionHandler. handleException(CommandLine.ParameterException ex, PrintStream out, CommandLine.Help.Ansi ansi, String... args)
Handles aParameterException
that occurred while parsing the command line arguments and optionally returns a list of results.
-