Uses of Interface
org.apache.logging.log4j.core.tools.picocli.CommandLine.IExceptionHandler
-
Packages that use CommandLine.IExceptionHandler Package Description org.apache.logging.log4j.core.tools.picocli -
-
Uses of CommandLine.IExceptionHandler in org.apache.logging.log4j.core.tools.picocli
Classes in org.apache.logging.log4j.core.tools.picocli that implement CommandLine.IExceptionHandler Modifier and Type Class Description static classCommandLine.DefaultExceptionHandlerDefault exception handler that prints the exception message to the specifiedPrintStream, followed by the usage message for the command or subcommand whose input was invalid.Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.IExceptionHandler Modifier and Type Method Description java.util.List<java.lang.Object>CommandLine. parseWithHandlers(CommandLine.IParseResultHandler handler, java.io.PrintStream out, CommandLine.Help.Ansi ansi, CommandLine.IExceptionHandler exceptionHandler, java.lang.String... args)
-