public class org.eclipse.jgit.errors.CompoundException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.errors.CompoundException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final java.util.List<java.lang.Throwable> causeList;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Throwable;>;

  private static java.lang.String format(java.util.Collection<java.lang.Throwable>);
    descriptor: (Ljava/util/Collection;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // java.util.Collection causes
         0: .line 27
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* msg */
        start local 1 // java.lang.StringBuilder msg
         1: .line 28
            aload 1 /* msg */
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.failureDueToOneOfTheFollowing:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 29
            aload 0 /* causes */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: java.util.Collection java.lang.StringBuilder top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 2 /* c */
        start local 2 // java.lang.Throwable c
         4: .line 30
            aload 1 /* msg */
            ldc "  "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 31
            aload 1 /* msg */
            aload 2 /* c */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 32
            aload 1 /* msg */
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 2 // java.lang.Throwable c
         7: .line 29
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         8: .line 34
            aload 1 /* msg */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder msg
        end local 0 // java.util.Collection causes
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0  causes  Ljava/util/Collection<Ljava/lang/Throwable;>;
            1    9     1     msg  Ljava/lang/StringBuilder;
            4    7     2       c  Ljava/lang/Throwable;
    Signature: (Ljava/util/Collection<Ljava/lang/Throwable;>;)Ljava/lang/String;
    MethodParameters:
        Name  Flags
      causes  

  public void <init>(java.util.Collection<java.lang.Throwable>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.errors.CompoundException this
        start local 1 // java.util.Collection why
         0: .line 46
            aload 0 /* this */
            aload 1 /* why */
            invokestatic org.eclipse.jgit.errors.CompoundException.format:(Ljava/util/Collection;)Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 47
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* why */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield org.eclipse.jgit.errors.CompoundException.causeList:Ljava/util/List;
         2: .line 48
            return
        end local 1 // java.util.Collection why
        end local 0 // org.eclipse.jgit.errors.CompoundException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/errors/CompoundException;
            0    3     1   why  Ljava/util/Collection<Ljava/lang/Throwable;>;
    Signature: (Ljava/util/Collection<Ljava/lang/Throwable;>;)V
    MethodParameters:
      Name  Flags
      why   

  public java.util.List<java.lang.Throwable> getAllCauses();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.errors.CompoundException this
         0: .line 56
            aload 0 /* this */
            getfield org.eclipse.jgit.errors.CompoundException.causeList:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.jgit.errors.CompoundException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/errors/CompoundException;
    Signature: ()Ljava/util/List<Ljava/lang/Throwable;>;
}
SourceFile: "CompoundException.java"