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 -
Method Summary
Modifier and TypeMethodDescriptioninthandleExecutionException(Exception ex, picocli.CommandLine commandLine, picocli.CommandLine.ParseResult parseResult)
-
Constructor Details
-
ExecutionExceptionHandler
-
-
Method Details