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 Constructor Description ExecutionExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(PrintWriter errorWriter, String message, Throwable cause)inthandleExecutionException(Exception cause, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult)voidsetVerbose(boolean verbose)
-
-
-
Method Detail
-
handleExecutionException
public int handleExecutionException(Exception cause, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult)
- Specified by:
handleExecutionExceptionin interfacepicocli.CommandLine.IExecutionExceptionHandler
-
error
public void error(PrintWriter errorWriter, String message, Throwable cause)
-
setVerbose
public void setVerbose(boolean verbose)
-
-