public static class CommandLine.ExecutionException extends CommandLine.PicocliException
Modifier and Type | Field and Description |
---|---|
private CommandLine |
commandLine |
private static long |
serialVersionUID |
Constructor and Description |
---|
ExecutionException(CommandLine commandLine,
java.lang.String msg) |
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. |
private static final long serialVersionUID
private final CommandLine commandLine
public ExecutionException(CommandLine commandLine, java.lang.String msg)
public 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.