Package com.redis.riot.core
Class PrintExceptionMessageHandler
java.lang.Object
com.redis.riot.core.PrintExceptionMessageHandler
- All Implemented Interfaces:
picocli.CommandLine.IExecutionExceptionHandler
public class PrintExceptionMessageHandler
extends Object
implements picocli.CommandLine.IExecutionExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
handleExecutionException
(Exception exception, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult)
-
Constructor Details
-
PrintExceptionMessageHandler
public PrintExceptionMessageHandler()
-
-
Method Details
-
handleExecutionException
public int handleExecutionException(Exception exception, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult) - Specified by:
handleExecutionException
in interfacepicocli.CommandLine.IExecutionExceptionHandler
-