Class CommandLine.DuplicateNameException

All Implemented Interfaces:
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:
  • Constructor Details

    • DuplicateNameException

      public DuplicateNameException(String msg)