53 lines
1.2 KiB
Smali
53 lines
1.2 KiB
Smali
.class public Landroidx/camera/core/ImageCaptureException;
|
|
.super Ljava/lang/Exception;
|
|
.source "ImageCaptureException.java"
|
|
|
|
|
|
# instance fields
|
|
.field private final mImageCaptureError:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(ILjava/lang/String;Ljava/lang/Throwable;)V
|
|
.locals 0
|
|
.param p2 # Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p3 # Ljava/lang/Throwable;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x10,
|
|
0x10,
|
|
0x10
|
|
}
|
|
names = {
|
|
"imageCaptureError",
|
|
"message",
|
|
"cause"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-direct {p0, p2, p3}, Ljava/lang/Exception;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
|
|
|
|
.line 2
|
|
iput p1, p0, Landroidx/camera/core/ImageCaptureException;->mImageCaptureError:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getImageCaptureError()I
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget v0, p0, Landroidx/camera/core/ImageCaptureException;->mImageCaptureError:I
|
|
|
|
return v0
|
|
.end method
|