public static class CommandLine.UnmatchedArgumentException extends CommandLine.ParameterException
CommandLine.Option or CommandLine.Parameters.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UnmatchedArgumentException(CommandLine commandLine,
java.util.List<java.lang.String> args) |
UnmatchedArgumentException(CommandLine commandLine,
java.util.Stack<java.lang.String> args) |
UnmatchedArgumentException(CommandLine commandLine,
java.lang.String msg) |
getCommandLineprivate static final long serialVersionUID
public UnmatchedArgumentException(CommandLine commandLine, java.lang.String msg)
public UnmatchedArgumentException(CommandLine commandLine, java.util.Stack<java.lang.String> args)
public UnmatchedArgumentException(CommandLine commandLine, java.util.List<java.lang.String> args)