Package nz.org.riskscape.picocli
Class CommandLine.DuplicateNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.picocli.CommandLine.PicocliException
nz.org.riskscape.picocli.CommandLine.InitializationException
nz.org.riskscape.picocli.CommandLine.DuplicateNameException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommandLine.DuplicateOptionAnnotationsException
- Enclosing class:
- CommandLine
Exception indicating that multiple named elements have incorrectly used the same name.
- Since:
- 4.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateNameException
-