Class ExecutionExceptionHandler

java.lang.Object
org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler
All Implemented Interfaces:
picocli.CommandLine.IExecutionExceptionHandler

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

    • ExecutionExceptionHandler

      public ExecutionExceptionHandler()
  • Method Details

    • handleExecutionException

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

      public void error(PrintWriter errorWriter, String message, Throwable cause)
    • setVerbose

      public void setVerbose(boolean verbose)