Uses of Interface
picocli.CommandLine.IExecutionExceptionHandler
-
Packages that use CommandLine.IExecutionExceptionHandler Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IExecutionExceptionHandler in picocli
Methods in picocli that return CommandLine.IExecutionExceptionHandler Modifier and Type Method Description CommandLine.IExecutionExceptionHandler
CommandLine. getExecutionExceptionHandler()
Returns the handler for dealing with exceptions that occurred in theCallable
,Runnable
orMethod
user object of a command when the command was executed.Methods in picocli with parameters of type CommandLine.IExecutionExceptionHandler Modifier and Type Method Description CommandLine
CommandLine. setExecutionExceptionHandler(CommandLine.IExecutionExceptionHandler executionExceptionHandler)
Sets a custom handler for dealing with exceptions that occurred in theCallable
,Runnable
orMethod
user object of a command when the command was executed via the execute method.
-