Package picocli

Class CommandLine.MaxValuesExceededException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • MaxValuesExceededException

        public MaxValuesExceededException​(CommandLine commandLine,
                                          java.lang.String msg)