tmap/smali_classes3/com/google/zxing/NotFoundException.smali
2022-06-10 21:38:30 +09:00

41 lines
992 B
Smali

.class public final Lcom/google/zxing/NotFoundException;
.super Lcom/google/zxing/ReaderException;
.source "NotFoundException.java"
# static fields
.field private static final instance:Lcom/google/zxing/NotFoundException;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/google/zxing/NotFoundException;
invoke-direct {v0}, Lcom/google/zxing/NotFoundException;-><init>()V
sput-object v0, Lcom/google/zxing/NotFoundException;->instance:Lcom/google/zxing/NotFoundException;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/zxing/ReaderException;-><init>()V
return-void
.end method
.method public static getNotFoundInstance()Lcom/google/zxing/NotFoundException;
.locals 1
.line 1
sget-object v0, Lcom/google/zxing/NotFoundException;->instance:Lcom/google/zxing/NotFoundException;
return-object v0
.end method