al.smali

.class final Lcom/google/common/util/concurrent/al;
.super Lcom/google/common/util/concurrent/AbstractFuture;
.source "MoreExecutors.java"

# interfaces
.implements Ljava/lang/Runnable;


# annotations
.annotation system Ldalvik/annotation/Signature;
    value = {
        "Lcom/google/common/util/concurrent/AbstractFuture",
        "<",
        "Ljava/lang/Void;",
        ">;",
        "Ljava/lang/Runnable;"
    }
.end annotation


# instance fields
.field private final aZk:Ljava/lang/Runnable;


# direct methods
.method public constructor <init>(Ljava/lang/Runnable;)V
    .registers 3

    .prologue
    .line 642
    invoke-direct {p0}, Lcom/google/common/util/concurrent/AbstractFuture;-><init>()V

    .line 643
    invoke-static {p1}, Lcom/google/common/base/n;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;

    move-result-object v0

    check-cast v0, Ljava/lang/Runnable;

    iput-object v0, p0, Lcom/google/common/util/concurrent/al;->aZk:Ljava/lang/Runnable;

    .line 644
    return-void
.end method


# virtual methods
.method public final run()V
    .registers 2

    .prologue
    .line 648
    :try_start_0
    iget-object v0, p0, Lcom/google/common/util/concurrent/al;->aZk:Ljava/lang/Runnable;

    invoke-interface {v0}, Ljava/lang/Runnable;->run()V
    :try_end_5
    .catch Ljava/lang/Throwable; {:try_start_0 .. :try_end_5} :catch_6

    .line 652
    return-void

    .line 649
    :catch_6
    move-exception v0

    .line 650
    invoke-virtual {p0, v0}, Lcom/google/common/util/concurrent/al;->setException(Ljava/lang/Throwable;)Z

    .line 651
    invoke-static {v0}, Lcom/google/common/base/v;->c(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;

    move-result-object v0

    throw v0
.end method