- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- picocli.CommandLine.PicocliException
-
- picocli.CommandLine.InitializationException
-
- picocli.CommandLine.DuplicateNameException
-
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateOptionAnnotationsException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DuplicateOptionAnnotationsException
public DuplicateOptionAnnotationsException(String msg)
-
-