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

  private final picocli.CommandLine commandLine;
    descriptor: Lpicocli/CommandLine;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(picocli.CommandLine, java.lang.String);
    descriptor: (Lpicocli/CommandLine;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // picocli.CommandLine$ExecutionException this
        start local 1 // picocli.CommandLine commandLine
        start local 2 // java.lang.String msg
         0: .line 15607
            aload 0 /* this */
            aload 2 /* msg */
            invokespecial picocli.CommandLine$PicocliException.<init>:(Ljava/lang/String;)V
         1: .line 15608
            aload 0 /* this */
            aload 1 /* commandLine */
            ldc "commandLine"
            invokestatic picocli.CommandLine$Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast picocli.CommandLine
            putfield picocli.CommandLine$ExecutionException.commandLine:Lpicocli/CommandLine;
         2: .line 15609
            return
        end local 2 // java.lang.String msg
        end local 1 // picocli.CommandLine commandLine
        end local 0 // picocli.CommandLine$ExecutionException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lpicocli/CommandLine$ExecutionException;
            0    3     1  commandLine  Lpicocli/CommandLine;
            0    3     2          msg  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      commandLine  
      msg          

  public void <init>(picocli.CommandLine, java.lang.String, java.lang.Throwable);
    descriptor: (Lpicocli/CommandLine;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // picocli.CommandLine$ExecutionException this
        start local 1 // picocli.CommandLine commandLine
        start local 2 // java.lang.String msg
        start local 3 // java.lang.Throwable t
         0: .line 15611
            aload 0 /* this */
            aload 2 /* msg */
            aload 3 /* t */
            invokespecial picocli.CommandLine$PicocliException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 15612
            aload 0 /* this */
            aload 1 /* commandLine */
            ldc "commandLine"
            invokestatic picocli.CommandLine$Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast picocli.CommandLine
            putfield picocli.CommandLine$ExecutionException.commandLine:Lpicocli/CommandLine;
         2: .line 15613
            return
        end local 3 // java.lang.Throwable t
        end local 2 // java.lang.String msg
        end local 1 // picocli.CommandLine commandLine
        end local 0 // picocli.CommandLine$ExecutionException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lpicocli/CommandLine$ExecutionException;
            0    3     1  commandLine  Lpicocli/CommandLine;
            0    3     2          msg  Ljava/lang/String;
            0    3     3            t  Ljava/lang/Throwable;
    MethodParameters:
             Name  Flags
      commandLine  
      msg          
      t            

  public picocli.CommandLine getCommandLine();
    descriptor: ()Lpicocli/CommandLine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$ExecutionException this
         0: .line 15617
            aload 0 /* this */
            getfield picocli.CommandLine$ExecutionException.commandLine:Lpicocli/CommandLine;
            areturn
        end local 0 // picocli.CommandLine$ExecutionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$ExecutionException;
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  private final Assert = picocli.CommandLine$Assert of picocli.CommandLine
  public ExecutionException = picocli.CommandLine$ExecutionException of picocli.CommandLine
  public PicocliException = picocli.CommandLine$PicocliException of picocli.CommandLine