UnsupportedDrmException.smali
.class public final Lcom/google/android/exoplayer2/drm/UnsupportedDrmException;
.super Ljava/lang/Exception;
.source "UnsupportedDrmException.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/exoplayer2/drm/UnsupportedDrmException$Reason;
}
.end annotation
# static fields
.field public static final REASON_INSTANTIATION_ERROR:I
.field public static final REASON_UNSUPPORTED_SCHEME:I
# instance fields
.field public final reason:I
# direct methods
.method static constructor <clinit>()V
.registers 1
const v0, 0x156d
invoke-static {v0}, Lnp/NPFog;->d(I)I
move-result v0
sput v0, Lcom/google/android/exoplayer2/drm/UnsupportedDrmException;->REASON_INSTANTIATION_ERROR:I
const v0, 0x156e
invoke-static {v0}, Lnp/NPFog;->d(I)I
move-result v0
sput v0, Lcom/google/android/exoplayer2/drm/UnsupportedDrmException;->REASON_UNSUPPORTED_SCHEME:I
return-void
.end method
.method public constructor <init>(I)V
.registers 2
.param p1, "reason" # I
.line 54
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
.line 55
iput p1, p0, Lcom/google/android/exoplayer2/drm/UnsupportedDrmException;->reason:I
.line 56
return-void
.end method
.method public constructor <init>(ILjava/lang/Exception;)V
.registers 3
.param p1, "reason" # I
.param p2, "cause" # Ljava/lang/Exception;
.line 63
invoke-direct {p0, p2}, Ljava/lang/Exception;-><init>(Ljava/lang/Throwable;)V
.line 64
iput p1, p0, Lcom/google/android/exoplayer2/drm/UnsupportedDrmException;->reason:I
.line 65
return-void
.end method