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