Package picocli
Class CommandLine.DuplicateNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- picocli.CommandLine.PicocliException
-
- picocli.CommandLine.InitializationException
-
- picocli.CommandLine.DuplicateNameException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CommandLine.DuplicateOptionAnnotationsException
- Enclosing class:
- CommandLine
public static class CommandLine.DuplicateNameException extends CommandLine.InitializationException
Exception indicating that multiple named elements have incorrectly used the same name.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateNameException(java.lang.String msg)
-