Rabbit-R1/android (non root)/smali/smali_classes3/com/google/zxing/FormatException.smali
2024-05-21 17:08:36 -04:00

85 lines
2.2 KiB
Smali

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