Class CommandLine.ExecutionException

All Implemented Interfaces:
Serializable
Enclosing class:
CommandLine

public static class CommandLine.ExecutionException extends CommandLine.PicocliException
Exception indicating a problem while invoking a command or subcommand.
Since:
2.0
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getCommandLine

      public CommandLine getCommandLine()
      Returns the CommandLine object for the (sub)command that could not be invoked.
      Returns:
      the CommandLine object for the (sub)command where invocation failed.