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

  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$PicocliException this
        start local 1 // java.lang.String msg
         0: .line 15589
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            return
        end local 1 // java.lang.String msg
        end local 0 // picocli.CommandLine$PicocliException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$PicocliException;
            0    1     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

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