public abstract class com.google.common.util.concurrent.AbstractCheckedFuture<V, X extends java.lang.Exception> extends com.google.common.util.concurrent.ForwardingListenableFuture$SimpleForwardingListenableFuture<V> implements com.google.common.util.concurrent.CheckedFuture<V, X>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.google.common.util.concurrent.AbstractCheckedFuture
super_class: com.google.common.util.concurrent.ForwardingListenableFuture$SimpleForwardingListenableFuture
{
protected void <init>(com.google.common.util.concurrent.ListenableFuture<V>);
descriptor: (Lcom/google/common/util/concurrent/ListenableFuture;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.google.common.util.concurrent.ForwardingListenableFuture$SimpleForwardingListenableFuture.<init>:(Lcom/google/common/util/concurrent/ListenableFuture;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/util/concurrent/AbstractCheckedFuture<TV;TX;>;
0 2 1 delegate Lcom/google/common/util/concurrent/ListenableFuture<TV;>;
Signature: (Lcom/google/common/util/concurrent/ListenableFuture<TV;>;)V
MethodParameters:
Name Flags
delegate
protected abstract X mapException(java.lang.Exception);
descriptor: (Ljava/lang/Exception;)Ljava/lang/Exception;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Signature: (Ljava/lang/Exception;)TX;
MethodParameters:
Name Flags
e
public V checkedGet() throws X;
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.get:()Ljava/lang/Object;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.InterruptedException
astore 1
start local 1 3: invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
invokevirtual java.lang.Thread.interrupt:()V
4: aload 0
aload 1
invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.mapException:(Ljava/lang/Exception;)Ljava/lang/Exception;
athrow
end local 1 5: StackMap locals:
StackMap stack: java.lang.Exception
astore 1
start local 1 6: aload 0
aload 1
invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.mapException:(Ljava/lang/Exception;)Ljava/lang/Exception;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/common/util/concurrent/AbstractCheckedFuture<TV;TX;>;
3 5 1 e Ljava/lang/InterruptedException;
6 7 1 e Ljava/lang/Exception;
Exception table:
from to target type
0 1 2 Class java.lang.InterruptedException
0 1 5 Class java.util.concurrent.CancellationException
0 1 5 Class java.util.concurrent.ExecutionException
Exceptions:
throws java.lang.Exception
Signature: ()TV;^TX;
RuntimeInvisibleAnnotations:
com.google.errorprone.annotations.CanIgnoreReturnValue()
public V checkedGet(long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException, X;
descriptor: (JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
lload 1
aload 3
invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.get:(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.InterruptedException
astore 4
start local 4 3: invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
invokevirtual java.lang.Thread.interrupt:()V
4: aload 0
aload 4
invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.mapException:(Ljava/lang/Exception;)Ljava/lang/Exception;
athrow
end local 4 5: StackMap locals:
StackMap stack: java.lang.Exception
astore 4
start local 4 6: aload 0
aload 4
invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.mapException:(Ljava/lang/Exception;)Ljava/lang/Exception;
athrow
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/common/util/concurrent/AbstractCheckedFuture<TV;TX;>;
0 7 1 timeout J
0 7 3 unit Ljava/util/concurrent/TimeUnit;
3 5 4 e Ljava/lang/InterruptedException;
6 7 4 e Ljava/lang/Exception;
Exception table:
from to target type
0 1 2 Class java.lang.InterruptedException
0 1 5 Class java.util.concurrent.CancellationException
0 1 5 Class java.util.concurrent.ExecutionException
Exceptions:
throws java.util.concurrent.TimeoutException, java.lang.Exception
Signature: (JLjava/util/concurrent/TimeUnit;)TV;^Ljava/util/concurrent/TimeoutException;^TX;
RuntimeInvisibleAnnotations:
com.google.errorprone.annotations.CanIgnoreReturnValue()
MethodParameters:
Name Flags
timeout
unit
}
Signature: <V:Ljava/lang/Object;X:Ljava/lang/Exception;>Lcom/google/common/util/concurrent/ForwardingListenableFuture$SimpleForwardingListenableFuture<TV;>;Lcom/google/common/util/concurrent/CheckedFuture<TV;TX;>;
SourceFile: "AbstractCheckedFuture.java"
InnerClasses:
public abstract SimpleForwardingListenableFuture = com.google.common.util.concurrent.ForwardingListenableFuture$SimpleForwardingListenableFuture of com.google.common.util.concurrent.ForwardingListenableFuture
RuntimeVisibleAnnotations:
java.lang.Deprecated()
RuntimeInvisibleAnnotations:
com.google.common.annotations.Beta()
com.google.common.annotations.GwtIncompatible()