Uses of Interface
picocli.CommandLine.IExceptionHandler2
-
Packages that use CommandLine.IExceptionHandler2 Package Description picocli -
-
Uses of CommandLine.IExceptionHandler2 in picocli
Classes in picocli that implement CommandLine.IExceptionHandler2 Modifier and Type Class Description static classCommandLine.DefaultExceptionHandler<R>Default exception handler that handles invalid user input by printing the exception message, followed by the usage message for the command or subcommand whose input was invalid.Methods in picocli with parameters of type CommandLine.IExceptionHandler2 Modifier and Type Method Description <R> RCommandLine. parseWithHandlers(CommandLine.IParseResultHandler2<R> handler, CommandLine.IExceptionHandler2<R> exceptionHandler, String... args)
-