Uses of Interface
picocli.CommandLine.IExecutionExceptionHandler
-
Uses of CommandLine.IExecutionExceptionHandler in picocli
Fields in picocli declared as CommandLine.IExecutionExceptionHandlerMethods in picocli that return CommandLine.IExecutionExceptionHandlerModifier and TypeMethodDescriptionCommandLine.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.IExecutionExceptionHandlerModifier and TypeMethodDescriptionCommandLine.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.