Class CommandLine.OverwrittenOptionException
- 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.OverwrittenOptionException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CommandLine
public static class CommandLine.OverwrittenOptionException extends CommandLine.ParameterException
Exception indicating that an option for a single-value option field has been specified multiple times on the command line.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OverwrittenOptionException(CommandLine commandLine, String msg)
-
Method Summary
-
Methods inherited from class org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException
getCommandLine
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OverwrittenOptionException
public OverwrittenOptionException(CommandLine commandLine, String msg)
-
-