public class picocli.CommandLine$ParameterIndexGapException extends picocli.CommandLine$InitializationException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: picocli.CommandLine$ParameterIndexGapException
  super_class: picocli.CommandLine$InitializationException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1520981133257618319

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // picocli.CommandLine$ParameterIndexGapException this
        start local 1 // java.lang.String msg
         0: .line 15757
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial picocli.CommandLine$InitializationException.<init>:(Ljava/lang/String;)V
            return
        end local 1 // java.lang.String msg
        end local 0 // picocli.CommandLine$ParameterIndexGapException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$ParameterIndexGapException;
            0    1     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  public InitializationException = picocli.CommandLine$InitializationException of picocli.CommandLine
  public ParameterIndexGapException = picocli.CommandLine$ParameterIndexGapException of picocli.CommandLine