public static class CommandLine.UnmatchedArgumentException extends CommandLine.ParameterException
CommandLine.Option or CommandLine.Parameters.| Constructor and Description |
|---|
CommandLine.UnmatchedArgumentException(CommandLine commandLine,
java.util.List<java.lang.String> args) |
CommandLine.UnmatchedArgumentException(CommandLine commandLine,
java.util.Stack<java.lang.String> args) |
CommandLine.UnmatchedArgumentException(CommandLine commandLine,
java.lang.String msg) |
getCommandLinepublic CommandLine.UnmatchedArgumentException(CommandLine commandLine, java.lang.String msg)
public CommandLine.UnmatchedArgumentException(CommandLine commandLine, java.util.Stack<java.lang.String> args)
public CommandLine.UnmatchedArgumentException(CommandLine commandLine, java.util.List<java.lang.String> args)