Class PrintExceptionMessageHandler

  • All Implemented Interfaces:
    picocli.CommandLine.IExecutionExceptionHandler

    public class PrintExceptionMessageHandler
    extends Object
    implements picocli.CommandLine.IExecutionExceptionHandler
    • Constructor Detail

      • PrintExceptionMessageHandler

        public PrintExceptionMessageHandler()
    • Method Detail

      • handleExecutionException

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