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 andautocompletionfunctionality. -
-
Uses of CommandLine.IExecutionExceptionHandler in picocli
Fields in picocli declared as CommandLine.IExecutionExceptionHandler Modifier and Type Field Description private CommandLine.IExecutionExceptionHandlerCommandLine. executionExceptionHandlerMethods in picocli that return CommandLine.IExecutionExceptionHandler Modifier and Type Method Description CommandLine.IExecutionExceptionHandlerCommandLine. 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.IExecutionExceptionHandler Modifier and Type Method Description CommandLineCommandLine. 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.
-