Class CommandLine.MaxValuesforFieldExceededException
- 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.MaxValuesforFieldExceededException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CommandLine
public static class CommandLine.MaxValuesforFieldExceededException extends CommandLine.ParameterException
Exception indicating that more values were specified for an option or parameter than itsarity
allows.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MaxValuesforFieldExceededException(CommandLine commandLine, java.lang.String msg)
-
Method Summary
-
Methods inherited from class org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException
getCommandLine
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MaxValuesforFieldExceededException
public MaxValuesforFieldExceededException(CommandLine commandLine, java.lang.String msg)
-
-