Files
rr3-apk/smali_classes3/com/google/zxing/FormatException.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

57 lines
1.4 KiB
Smali

.class public final Lcom/google/zxing/FormatException;
.super Lcom/google/zxing/ReaderException;
.source "SourceFile"
# static fields
.field public static final INSTANCE:Lcom/google/zxing/FormatException;
# direct methods
.method static constructor <clinit>()V
.locals 2
.line 28
new-instance v0, Lcom/google/zxing/FormatException;
invoke-direct {v0}, Lcom/google/zxing/FormatException;-><init>()V
sput-object v0, Lcom/google/zxing/FormatException;->INSTANCE:Lcom/google/zxing/FormatException;
sget-object v1, Lcom/google/zxing/ReaderException;->NO_TRACE:[Ljava/lang/StackTraceElement;
.line 30
invoke-virtual {v0, v1}, Ljava/lang/Throwable;->setStackTrace([Ljava/lang/StackTraceElement;)V
return-void
.end method
.method public constructor <init>()V
.locals 0
.line 33
invoke-direct {p0}, Lcom/google/zxing/ReaderException;-><init>()V
return-void
.end method
.method public static getFormatInstance()Lcom/google/zxing/FormatException;
.locals 1
sget-boolean v0, Lcom/google/zxing/ReaderException;->isStackTrace:Z
if-eqz v0, :cond_0
.line 41
new-instance v0, Lcom/google/zxing/FormatException;
invoke-direct {v0}, Lcom/google/zxing/FormatException;-><init>()V
return-object v0
:cond_0
sget-object v0, Lcom/google/zxing/FormatException;->INSTANCE:Lcom/google/zxing/FormatException;
return-object v0
.end method