Rabbit-R1/switch port/smali/smali_classes3/com/google/zxing/NotFoundException.smali
2024-05-21 17:08:36 -04:00

44 lines
1.2 KiB
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 static constructor <clinit>()V
.locals 2
.line 27
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;
.line 29
sget-object v1, Lcom/google/zxing/NotFoundException;->NO_TRACE:[Ljava/lang/StackTraceElement;
invoke-virtual {v0, v1}, Lcom/google/zxing/NotFoundException;->setStackTrace([Ljava/lang/StackTraceElement;)V
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 32
invoke-direct {p0}, Lcom/google/zxing/ReaderException;-><init>()V
return-void
.end method
.method public static getNotFoundInstance()Lcom/google/zxing/NotFoundException;
.locals 1
sget-object v0, Lcom/google/zxing/NotFoundException;->INSTANCE:Lcom/google/zxing/NotFoundException;
return-object v0
.end method