Package picocli

Class 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 Details

    • DuplicateOptionAnnotationsException

      public DuplicateOptionAnnotationsException(String msg)