Package nz.org.riskscape.picocli
Class CommandLine.DuplicateOptionAnnotationsException
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
nz.org.riskscape.picocli.CommandLine.DuplicateOptionAnnotationsException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CommandLine
public static class CommandLine.DuplicateOptionAnnotationsException
extends CommandLine.DuplicateNameException
Exception indicating that multiple fields have been annotated with the same Option name.
- 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
-
DuplicateOptionAnnotationsException
-