Class ExecutionExceptionHandler

  • All Implemented Interfaces:
    picocli.CommandLine.IExecutionExceptionHandler

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

      • ExecutionExceptionHandler

        public ExecutionExceptionHandler()
    • Method Detail

      • handleExecutionException

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

        public void setVerbose​(boolean verbose)