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 Details

    • PrintExceptionMessageHandler

      public PrintExceptionMessageHandler()
  • Method Details

    • handleExecutionException

      public int handleExecutionException(Exception ex, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult)
      Specified by:
      handleExecutionException in interface picocli.CommandLine.IExecutionExceptionHandler