public class org.openjdk.jmh.runner.BenchmarkException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.openjdk.jmh.runner.BenchmarkException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4064666042830679837

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.openjdk.jmh.runner.BenchmarkException this
        start local 1 // java.lang.Throwable ex
         0: .line 37
            aload 0 /* this */
            ldc "Benchmark error"
            aload 1 /* ex */
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            invokespecial org.openjdk.jmh.runner.BenchmarkException.<init>:(Ljava/lang/String;Ljava/util/Collection;)V
         1: .line 38
            return
        end local 1 // java.lang.Throwable ex
        end local 0 // org.openjdk.jmh.runner.BenchmarkException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/openjdk/jmh/runner/BenchmarkException;
            0    2     1    ex  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      ex    

  public void <init>(java.lang.String, java.util.Collection<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.openjdk.jmh.runner.BenchmarkException this
        start local 1 // java.lang.String msg
        start local 2 // java.util.Collection errors
         0: .line 41
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 42
            aload 2 /* errors */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.openjdk.jmh.runner.BenchmarkException java.lang.String java.util.Collection top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 3 /* err */
        start local 3 // java.lang.Throwable err
         3: .line 43
            aload 0 /* this */
            aload 3 /* err */
            invokevirtual org.openjdk.jmh.runner.BenchmarkException.addSuppressed:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable err
         4: .line 42
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 45
            return
        end local 2 // java.util.Collection errors
        end local 1 // java.lang.String msg
        end local 0 // org.openjdk.jmh.runner.BenchmarkException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/openjdk/jmh/runner/BenchmarkException;
            0    6     1     msg  Ljava/lang/String;
            0    6     2  errors  Ljava/util/Collection<Ljava/lang/Throwable;>;
            3    4     3     err  Ljava/lang/Throwable;
    Signature: (Ljava/lang/String;Ljava/util/Collection<Ljava/lang/Throwable;>;)V
    MethodParameters:
        Name  Flags
      msg     
      errors  

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.openjdk.jmh.runner.BenchmarkException this
         0: .line 49
            aconst_null
            areturn
        end local 0 // org.openjdk.jmh.runner.BenchmarkException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/openjdk/jmh/runner/BenchmarkException;
}
SourceFile: "BenchmarkException.java"