Package dev.enola.cli.common
Class QuietExecutionExceptionHandler
java.lang.Object
dev.enola.cli.common.QuietExecutionExceptionHandler
- All Implemented Interfaces:
picocli.CommandLine.IExecutionExceptionHandler
public class QuietExecutionExceptionHandler
extends Object
implements picocli.CommandLine.IExecutionExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninthandleExecutionException(Exception ex, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult)
-
Constructor Details
-
QuietExecutionExceptionHandler
-
-
Method Details
-
handleExecutionException
public int handleExecutionException(Exception ex, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult) throws Exception - Specified by:
handleExecutionExceptionin interfacepicocli.CommandLine.IExecutionExceptionHandler- Throws:
Exception
-