Uses of Interface
picocli.CommandLine.IExecutionExceptionHandler
Packages that use CommandLine.IExecutionExceptionHandler
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.IExecutionExceptionHandler in picocli
Methods in picocli that return CommandLine.IExecutionExceptionHandlerModifier and TypeMethodDescriptionCommandLine.getExecutionExceptionHandler()Returns the handler for dealing with exceptions that occurred in theCallable,RunnableorMethoduser 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,RunnableorMethoduser object of a command when the command was executed via the execute method.