Package picocli

Class CommandLine.MutuallyExclusiveArgsException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CommandLine

    public static class CommandLine.MutuallyExclusiveArgsException
    extends CommandLine.ParameterException
    Exception indicating that the user input included multiple arguments from a mutually exclusive group.
    Since:
    4.0
    See Also:
    Serialized Form
    • Constructor Detail

      • MutuallyExclusiveArgsException

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