public static class CommandLine.ExecutionException extends CommandLine.PicocliException
| Constructor and Description |
|---|
CommandLine.ExecutionException(CommandLine commandLine,
java.lang.String msg) |
CommandLine.ExecutionException(CommandLine commandLine,
java.lang.String msg,
java.lang.Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
CommandLine |
getCommandLine()
Returns the
CommandLine object for the (sub)command that could not be invoked. |
public CommandLine.ExecutionException(CommandLine commandLine, java.lang.String msg)
public CommandLine.ExecutionException(CommandLine commandLine, java.lang.String msg, java.lang.Exception ex)
public CommandLine getCommandLine()
CommandLine object for the (sub)command that could not be invoked.CommandLine object for the (sub)command where invocation failed.