public interface picocli.CommandLine$IExecutionExceptionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: picocli.CommandLine$IExecutionExceptionHandler
  super_class: java.lang.Object
{
  public abstract int handleExecutionException(java.lang.Exception, picocli.CommandLine, picocli.CommandLine$ParseResult);
    descriptor: (Ljava/lang/Exception;Lpicocli/CommandLine;Lpicocli/CommandLine$ParseResult;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
             Name  Flags
      ex           
      commandLine  
      parseResult  
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  public abstract IExecutionExceptionHandler = picocli.CommandLine$IExecutionExceptionHandler of picocli.CommandLine
  public ParseResult = picocli.CommandLine$ParseResult of picocli.CommandLine