Class CommandLine.DuplicateOptionAnnotationsException
- 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.InitializationException
-
- org.apache.logging.log4j.core.tools.picocli.CommandLine.DuplicateOptionAnnotationsException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CommandLine
public static class CommandLine.DuplicateOptionAnnotationsException extends CommandLine.InitializationException
Exception indicating that multiple fields have been annotated with the same Option name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateOptionAnnotationsException(java.lang.String msg)
-