Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.PicocliException
Packages that use CommandLine.PicocliException
-
Uses of CommandLine.PicocliException in org.apache.logging.log4j.core.tools.picocli
Subclasses of CommandLine.PicocliException in org.apache.logging.log4j.core.tools.picocliModifier and TypeClassDescriptionstatic classException indicating that multiple fields have been annotated with the same Option name.static classException indicating a problem while invoking a command or subcommand.static classException indicating a problem duringCommandLineinitialization.static 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 something went wrong while parsing command line options.static classException indicating that there was a gap in the indices of the fields annotated withCommandLine.Parameters.static classException thrown byCommandLine.ITypeConverterimplementations to indicate a String could not be converted.static classException indicating that a command line argument could not be mapped to any of the fields annotated withCommandLine.OptionorCommandLine.Parameters.