Package org.wildfly.prospero.cli
Class ExecutionExceptionHandler
- java.lang.Object
-
- org.wildfly.prospero.cli.ExecutionExceptionHandler
-
- All Implemented Interfaces:
picocli.CommandLine.IExecutionExceptionHandler
public class ExecutionExceptionHandler extends Object implements picocli.CommandLine.IExecutionExceptionHandler
Handles exceptions that happen during command executions.
-
-
Constructor Summary
Constructors Constructor Description ExecutionExceptionHandler(CliConsole console)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inthandleExecutionException(Exception ex, picocli.CommandLine commandLine, picocli.CommandLine.ParseResult parseResult)
-
-
-
Constructor Detail
-
ExecutionExceptionHandler
public ExecutionExceptionHandler(CliConsole console)
-
-