Class CommandLine.MutuallyExclusiveArgsException

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

    • MutuallyExclusiveArgsException

      public MutuallyExclusiveArgsException(CommandLine commandLine, String msg)