Class CommandLine.MaxValuesExceededException

All Implemented Interfaces:
Serializable
Enclosing class:
CommandLine

public static class CommandLine.MaxValuesExceededException extends CommandLine.ParameterException
Exception indicating that more values were specified for an option or parameter than its arity allows.
See Also:
  • Constructor Details

    • MaxValuesExceededException

      public MaxValuesExceededException(CommandLine commandLine, String msg)