Uses of Class
picocli.CommandLine.DefaultExceptionHandler
Packages that use CommandLine.DefaultExceptionHandler
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.DefaultExceptionHandler in picocli
Subclasses with type arguments of type CommandLine.DefaultExceptionHandler in picocliMethods in picocli that return CommandLine.DefaultExceptionHandlerModifier and TypeMethodDescriptionCommandLine.defaultExceptionHandler()Convenience method that returnsnew DefaultExceptionHandler<List<Object>>().protected CommandLine.DefaultExceptionHandler<R> CommandLine.DefaultExceptionHandler.self()Deprecated.
CommandLine.execute(String...),CommandLine.getParameterExceptionHandler()andCommandLine.getExecutionExceptionHandler()