final class com.google.common.util.concurrent.FuturesGetChecked
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.FuturesGetChecked
  super_class: java.lang.Object
{
  private static final com.google.common.collect.Ordering<java.lang.reflect.Constructor<?>> WITH_STRING_PARAM_FIRST;
    descriptor: Lcom/google/common/collect/Ordering;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/collect/Ordering<Ljava/lang/reflect/Constructor<*>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 250
            invokestatic com.google.common.collect.Ordering.natural:()Lcom/google/common/collect/Ordering;
         1: .line 252
            new com.google.common.util.concurrent.FuturesGetChecked$1
            dup
            invokespecial com.google.common.util.concurrent.FuturesGetChecked$1.<init>:()V
         2: .line 251
            invokevirtual com.google.common.collect.Ordering.onResultOf:(Lcom/google/common/base/Function;)Lcom/google/common/collect/Ordering;
         3: .line 258
            invokevirtual com.google.common.collect.Ordering.reverse:()Lcom/google/common/collect/Ordering;
         4: .line 249
            putstatic com.google.common.util.concurrent.FuturesGetChecked.WITH_STRING_PARAM_FIRST:Lcom/google/common/collect/Ordering;
         5: .line 258
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static <V, X extends java.lang.Exception> V getChecked(java.util.concurrent.Future<V>, java.lang.Class<X>) throws X;
    descriptor: (Ljava/util/concurrent/Future;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.util.concurrent.Future future
        start local 1 // java.lang.Class exceptionClass
         0: .line 46
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.bestGetCheckedTypeValidator:()Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator;
            aload 0 /* future */
            aload 1 /* exceptionClass */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.getChecked:(Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator;Ljava/util/concurrent/Future;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Class exceptionClass
        end local 0 // java.util.concurrent.Future future
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0          future  Ljava/util/concurrent/Future<TV;>;
            0    1     1  exceptionClass  Ljava/lang/Class<TX;>;
    Exceptions:
      throws java.lang.Exception
    Signature: <V:Ljava/lang/Object;X:Ljava/lang/Exception;>(Ljava/util/concurrent/Future<TV;>;Ljava/lang/Class<TX;>;)TV;^TX;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
                Name  Flags
      future          
      exceptionClass  

  static <V, X extends java.lang.Exception> V getChecked(com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator, java.util.concurrent.Future<V>, java.lang.Class<X>) throws X;
    descriptor: (Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator;Ljava/util/concurrent/Future;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator validator
        start local 1 // java.util.concurrent.Future future
        start local 2 // java.lang.Class exceptionClass
         0: .line 54
            aload 0 /* validator */
            aload 2 /* exceptionClass */
            invokeinterface com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator.validateClass:(Ljava/lang/Class;)V
         1: .line 56
            aload 1 /* future */
            invokeinterface java.util.concurrent.Future.get:()Ljava/lang/Object;
         2: areturn
         3: .line 57
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            astore 3 /* e */
        start local 3 // java.lang.InterruptedException e
         4: .line 58
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         5: .line 59
            aload 2 /* exceptionClass */
            aload 3 /* e */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.newWithCause:(Ljava/lang/Class;Ljava/lang/Throwable;)Ljava/lang/Exception;
            athrow
        end local 3 // java.lang.InterruptedException e
         6: .line 60
      StackMap locals:
      StackMap stack: java.util.concurrent.ExecutionException
            astore 3 /* e */
        start local 3 // java.util.concurrent.ExecutionException e
         7: .line 61
            aload 3 /* e */
            invokevirtual java.util.concurrent.ExecutionException.getCause:()Ljava/lang/Throwable;
            aload 2 /* exceptionClass */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.wrapAndThrowExceptionOrError:(Ljava/lang/Throwable;Ljava/lang/Class;)V
         8: .line 62
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 3 // java.util.concurrent.ExecutionException e
        end local 2 // java.lang.Class exceptionClass
        end local 1 // java.util.concurrent.Future future
        end local 0 // com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator validator
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0       validator  Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator;
            0    9     1          future  Ljava/util/concurrent/Future<TV;>;
            0    9     2  exceptionClass  Ljava/lang/Class<TX;>;
            4    6     3               e  Ljava/lang/InterruptedException;
            7    9     3               e  Ljava/util/concurrent/ExecutionException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.InterruptedException
           1     2       6  Class java.util.concurrent.ExecutionException
    Exceptions:
      throws java.lang.Exception
    Signature: <V:Ljava/lang/Object;X:Ljava/lang/Exception;>(Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator;Ljava/util/concurrent/Future<TV;>;Ljava/lang/Class<TX;>;)TV;^TX;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()
    MethodParameters:
                Name  Flags
      validator       
      future          
      exceptionClass  

  static <V, X extends java.lang.Exception> V getChecked(java.util.concurrent.Future<V>, java.lang.Class<X>, long, java.util.concurrent.TimeUnit) throws X;
    descriptor: (Ljava/util/concurrent/Future;Ljava/lang/Class;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // java.util.concurrent.Future future
        start local 1 // java.lang.Class exceptionClass
        start local 2 // long timeout
        start local 4 // java.util.concurrent.TimeUnit unit
         0: .line 71
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.bestGetCheckedTypeValidator:()Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator;
            aload 1 /* exceptionClass */
            invokeinterface com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator.validateClass:(Ljava/lang/Class;)V
         1: .line 73
            aload 0 /* future */
            lload 2 /* timeout */
            aload 4 /* unit */
            invokeinterface java.util.concurrent.Future.get:(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
         2: areturn
         3: .line 74
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            astore 5 /* e */
        start local 5 // java.lang.InterruptedException e
         4: .line 75
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         5: .line 76
            aload 1 /* exceptionClass */
            aload 5 /* e */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.newWithCause:(Ljava/lang/Class;Ljava/lang/Throwable;)Ljava/lang/Exception;
            athrow
        end local 5 // java.lang.InterruptedException e
         6: .line 77
      StackMap locals:
      StackMap stack: java.util.concurrent.TimeoutException
            astore 5 /* e */
        start local 5 // java.util.concurrent.TimeoutException e
         7: .line 78
            aload 1 /* exceptionClass */
            aload 5 /* e */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.newWithCause:(Ljava/lang/Class;Ljava/lang/Throwable;)Ljava/lang/Exception;
            athrow
        end local 5 // java.util.concurrent.TimeoutException e
         8: .line 79
      StackMap locals:
      StackMap stack: java.util.concurrent.ExecutionException
            astore 5 /* e */
        start local 5 // java.util.concurrent.ExecutionException e
         9: .line 80
            aload 5 /* e */
            invokevirtual java.util.concurrent.ExecutionException.getCause:()Ljava/lang/Throwable;
            aload 1 /* exceptionClass */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.wrapAndThrowExceptionOrError:(Ljava/lang/Throwable;Ljava/lang/Class;)V
        10: .line 81
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 5 // java.util.concurrent.ExecutionException e
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long timeout
        end local 1 // java.lang.Class exceptionClass
        end local 0 // java.util.concurrent.Future future
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0          future  Ljava/util/concurrent/Future<TV;>;
            0   11     1  exceptionClass  Ljava/lang/Class<TX;>;
            0   11     2         timeout  J
            0   11     4            unit  Ljava/util/concurrent/TimeUnit;
            4    6     5               e  Ljava/lang/InterruptedException;
            7    8     5               e  Ljava/util/concurrent/TimeoutException;
            9   11     5               e  Ljava/util/concurrent/ExecutionException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.InterruptedException
           1     2       6  Class java.util.concurrent.TimeoutException
           1     2       8  Class java.util.concurrent.ExecutionException
    Exceptions:
      throws java.lang.Exception
    Signature: <V:Ljava/lang/Object;X:Ljava/lang/Exception;>(Ljava/util/concurrent/Future<TV;>;Ljava/lang/Class<TX;>;JLjava/util/concurrent/TimeUnit;)TV;^TX;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
                Name  Flags
      future          
      exceptionClass  
      timeout         
      unit            

  private static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator bestGetCheckedTypeValidator();
    descriptor: ()Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 91
            getstatic com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder.BEST_VALIDATOR:Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator weakSetValidator();
    descriptor: ()Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 96
            getstatic com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator.INSTANCE:Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()

  static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator classValueValidator();
    descriptor: ()Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 102
            getstatic com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator.INSTANCE:Lcom/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()

  private static <X extends java.lang.Exception> void wrapAndThrowExceptionOrError(java.lang.Throwable, java.lang.Class<X>) throws X;
    descriptor: (Ljava/lang/Throwable;Ljava/lang/Class;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.Throwable cause
        start local 1 // java.lang.Class exceptionClass
         0: .line 200
            aload 0 /* cause */
            instanceof java.lang.Error
            ifeq 2
         1: .line 201
            new com.google.common.util.concurrent.ExecutionError
            dup
            aload 0 /* cause */
            checkcast java.lang.Error
            invokespecial com.google.common.util.concurrent.ExecutionError.<init>:(Ljava/lang/Error;)V
            athrow
         2: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* cause */
            instanceof java.lang.RuntimeException
            ifeq 4
         3: .line 204
            new com.google.common.util.concurrent.UncheckedExecutionException
            dup
            aload 0 /* cause */
            invokespecial com.google.common.util.concurrent.UncheckedExecutionException.<init>:(Ljava/lang/Throwable;)V
            athrow
         4: .line 206
      StackMap locals:
      StackMap stack:
            aload 1 /* exceptionClass */
            aload 0 /* cause */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.newWithCause:(Ljava/lang/Class;Ljava/lang/Throwable;)Ljava/lang/Exception;
            athrow
        end local 1 // java.lang.Class exceptionClass
        end local 0 // java.lang.Throwable cause
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0           cause  Ljava/lang/Throwable;
            0    5     1  exceptionClass  Ljava/lang/Class<TX;>;
    Exceptions:
      throws java.lang.Exception
    Signature: <X:Ljava/lang/Exception;>(Ljava/lang/Throwable;Ljava/lang/Class<TX;>;)V^TX;
    MethodParameters:
                Name  Flags
      cause           
      exceptionClass  

  private static boolean hasConstructorUsableByGetChecked(java.lang.Class<? extends java.lang.Exception>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class exceptionClass
         0: .line 217
            aload 0 /* exceptionClass */
            new java.lang.Exception
            dup
            invokespecial java.lang.Exception.<init>:()V
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.newWithCause:(Ljava/lang/Class;Ljava/lang/Throwable;)Ljava/lang/Exception;
            pop
         1: .line 218
            iconst_1
            ireturn
         2: .line 219
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 220
            iconst_0
            ireturn
        end local 0 // java.lang.Class exceptionClass
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0  exceptionClass  Ljava/lang/Class<+Ljava/lang/Exception;>;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    Signature: (Ljava/lang/Class<+Ljava/lang/Exception;>;)Z
    MethodParameters:
                Name  Flags
      exceptionClass  

  private static <X extends java.lang.Exception> X newWithCause(java.lang.Class<X>, java.lang.Throwable);
    descriptor: (Ljava/lang/Class;Ljava/lang/Throwable;)Ljava/lang/Exception;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // java.lang.Class exceptionClass
        start local 1 // java.lang.Throwable cause
         0: .line 227
            aload 0 /* exceptionClass */
            invokevirtual java.lang.Class.getConstructors:()[Ljava/lang/reflect/Constructor;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 2 /* constructors */
        start local 2 // java.util.List constructors
         1: .line 228
            aload 2 /* constructors */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.preferringStrings:(Ljava/util/List;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: java.lang.Class java.lang.Throwable java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.reflect.Constructor
            astore 3 /* constructor */
        start local 3 // java.lang.reflect.Constructor constructor
         3: .line 229
            aload 3 /* constructor */
            aload 1 /* cause */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.newFromConstructor:(Ljava/lang/reflect/Constructor;Ljava/lang/Throwable;)Ljava/lang/Object;
            checkcast java.lang.Exception
            astore 5 /* instance */
        start local 5 // java.lang.Exception instance
         4: .line 230
            aload 5 /* instance */
            ifnull 8
         5: .line 231
            aload 5 /* instance */
            invokevirtual java.lang.Exception.getCause:()Ljava/lang/Throwable;
            ifnonnull 7
         6: .line 232
            aload 5 /* instance */
            aload 1 /* cause */
            invokevirtual java.lang.Exception.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         7: .line 234
      StackMap locals: java.lang.Class java.lang.Throwable java.util.List java.lang.reflect.Constructor java.util.Iterator java.lang.Exception
      StackMap stack:
            aload 5 /* instance */
            areturn
        end local 5 // java.lang.Exception instance
        end local 3 // java.lang.reflect.Constructor constructor
         8: .line 228
      StackMap locals: java.lang.Class java.lang.Throwable java.util.List top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 237
            new java.lang.IllegalArgumentException
            dup
        10: .line 238
            new java.lang.StringBuilder
            dup
            ldc "No appropriate constructor for exception of type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        11: .line 239
            aload 0 /* exceptionClass */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        12: .line 240
            ldc " in response to chained exception"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 238
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 241
            aload 1 /* cause */
        15: .line 237
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.util.List constructors
        end local 1 // java.lang.Throwable cause
        end local 0 // java.lang.Class exceptionClass
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0  exceptionClass  Ljava/lang/Class<TX;>;
            0   16     1           cause  Ljava/lang/Throwable;
            1   16     2    constructors  Ljava/util/List<Ljava/lang/reflect/Constructor<TX;>;>;
            3    8     3     constructor  Ljava/lang/reflect/Constructor<TX;>;
            4    8     5        instance  TX;
    Signature: <X:Ljava/lang/Exception;>(Ljava/lang/Class<TX;>;Ljava/lang/Throwable;)TX;
    RuntimeVisibleTypeAnnotations: 
      LOCAL_VARIABLE, {start=4, end=8, index=5 /* instance */}
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
                Name  Flags
      exceptionClass  
      cause           

  private static <X extends java.lang.Exception> java.util.List<java.lang.reflect.Constructor<X>> preferringStrings(java.util.List<java.lang.reflect.Constructor<X>>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.List constructors
         0: .line 246
            getstatic com.google.common.util.concurrent.FuturesGetChecked.WITH_STRING_PARAM_FIRST:Lcom/google/common/collect/Ordering;
            aload 0 /* constructors */
            invokevirtual com.google.common.collect.Ordering.sortedCopy:(Ljava/lang/Iterable;)Ljava/util/List;
            areturn
        end local 0 // java.util.List constructors
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  constructors  Ljava/util/List<Ljava/lang/reflect/Constructor<TX;>;>;
    Signature: <X:Ljava/lang/Exception;>(Ljava/util/List<Ljava/lang/reflect/Constructor<TX;>;>;)Ljava/util/List<Ljava/lang/reflect/Constructor<TX;>;>;
    MethodParameters:
              Name  Flags
      constructors  

  private static <X> X newFromConstructor(java.lang.reflect.Constructor<X>, java.lang.Throwable);
    descriptor: (Ljava/lang/reflect/Constructor;Ljava/lang/Throwable;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // java.lang.reflect.Constructor constructor
        start local 1 // java.lang.Throwable cause
         0: .line 261
            aload 0 /* constructor */
            invokevirtual java.lang.reflect.Constructor.getParameterTypes:()[Ljava/lang/Class;
            astore 2 /* paramTypes */
        start local 2 // java.lang.Class[] paramTypes
         1: .line 262
            aload 2 /* paramTypes */
            arraylength
            anewarray java.lang.Object
            astore 3 /* params */
        start local 3 // java.lang.Object[] params
         2: .line 263
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 13
         4: .line 264
      StackMap locals: java.lang.Class[] java.lang.Object[] int
      StackMap stack:
            aload 2 /* paramTypes */
            iload 4 /* i */
            aaload
            astore 5 /* paramType */
        start local 5 // java.lang.Class paramType
         5: .line 265
            aload 5 /* paramType */
            ldc Ljava/lang/String;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 266
            aload 3 /* params */
            iload 4 /* i */
            aload 1 /* cause */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            aastore
         7: .line 267
            goto 12
      StackMap locals: java.lang.Class
      StackMap stack:
         8: aload 5 /* paramType */
            ldc Ljava/lang/Throwable;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 11
         9: .line 268
            aload 3 /* params */
            iload 4 /* i */
            aload 1 /* cause */
            aastore
        10: .line 269
            goto 12
        11: .line 270
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // java.lang.Class paramType
        12: .line 263
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            aload 2 /* paramTypes */
            arraylength
            if_icmplt 4
        end local 4 // int i
        14: .line 274
            aload 0 /* constructor */
            aload 3 /* params */
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
        15: areturn
        16: .line 278
      StackMap locals: java.lang.reflect.Constructor java.lang.Throwable java.lang.Class[] java.lang.Object[]
      StackMap stack: java.lang.Exception
            pop
        17: .line 279
            aconst_null
            areturn
        end local 3 // java.lang.Object[] params
        end local 2 // java.lang.Class[] paramTypes
        end local 1 // java.lang.Throwable cause
        end local 0 // java.lang.reflect.Constructor constructor
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0  constructor  Ljava/lang/reflect/Constructor<TX;>;
            0   18     1        cause  Ljava/lang/Throwable;
            1   18     2   paramTypes  [Ljava/lang/Class;
            2   18     3       params  [Ljava/lang/Object;
            3   14     4            i  I
            5   12     5    paramType  Ljava/lang/Class<*>;
      Exception table:
        from    to  target  type
          14    15      16  Class java.lang.IllegalArgumentException
          14    15      16  Class java.lang.InstantiationException
          14    15      16  Class java.lang.IllegalAccessException
          14    15      16  Class java.lang.reflect.InvocationTargetException
    Signature: <X:Ljava/lang/Object;>(Ljava/lang/reflect/Constructor<TX;>;Ljava/lang/Throwable;)TX;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
             Name  Flags
      constructor  
      cause        

  static boolean isCheckedException(java.lang.Class<? extends java.lang.Exception>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class type
         0: .line 285
            ldc Ljava/lang/RuntimeException;
            aload 0 /* type */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  type  Ljava/lang/Class<+Ljava/lang/Exception;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/Exception;>;)Z
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()
    MethodParameters:
      Name  Flags
      type  

  static void checkExceptionClassValidity(java.lang.Class<? extends java.lang.Exception>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class exceptionClass
         0: .line 291
            aload 0 /* exceptionClass */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.isCheckedException:(Ljava/lang/Class;)Z
         1: .line 292
            ldc "Futures.getChecked exception type (%s) must not be a RuntimeException"
         2: .line 293
            aload 0 /* exceptionClass */
         3: .line 290
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/String;Ljava/lang/Object;)V
         4: .line 295
            aload 0 /* exceptionClass */
            invokestatic com.google.common.util.concurrent.FuturesGetChecked.hasConstructorUsableByGetChecked:(Ljava/lang/Class;)Z
         5: .line 296
            ldc "Futures.getChecked exception type (%s) must be an accessible class with an accessible constructor whose parameters (if any) must be of type String and/or Throwable"
         6: .line 298
            aload 0 /* exceptionClass */
         7: .line 294
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/String;Ljava/lang/Object;)V
         8: .line 299
            return
        end local 0 // java.lang.Class exceptionClass
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0  exceptionClass  Ljava/lang/Class<+Ljava/lang/Exception;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/Exception;>;)V
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    MethodParameters:
                Name  Flags
      exceptionClass  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.FuturesGetChecked this
         0: .line 301
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.util.concurrent.FuturesGetChecked this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/FuturesGetChecked;
}
SourceFile: "FuturesGetChecked.java"
NestMembers:
  com.google.common.util.concurrent.FuturesGetChecked$1  com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator  com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder  com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator  com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator$1  com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator
InnerClasses:
  com.google.common.util.concurrent.FuturesGetChecked$1
  abstract GetCheckedTypeValidator = com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator of com.google.common.util.concurrent.FuturesGetChecked
  GetCheckedTypeValidatorHolder = com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder of com.google.common.util.concurrent.FuturesGetChecked
  final ClassValueValidator = com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator of com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder
  final WeakSetValidator = com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator of com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()