public interface picocli.CommandLine$IExitCodeExceptionMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: picocli.CommandLine$IExitCodeExceptionMapper
  super_class: java.lang.Object
{
  public abstract int getExitCode(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      exception  
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  public abstract IExitCodeExceptionMapper = picocli.CommandLine$IExitCodeExceptionMapper of picocli.CommandLine