Package org.keycloak.quarkus.runtime.cli
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(PrintWriter errorWriter, String message, Throwable cause) inthandleExecutionException(Exception cause, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult) voidsetVerbose(boolean verbose)
-
Constructor Details
-
ExecutionExceptionHandler
public ExecutionExceptionHandler()
-
-
Method Details
-
handleExecutionException
public int handleExecutionException(Exception cause, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult) - Specified by:
handleExecutionExceptionin interfacepicocli.CommandLine.IExecutionExceptionHandler
-
error
-
setVerbose
public void setVerbose(boolean verbose)
-