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

41 lines
970 B
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 public static constructor <clinit>()V
.locals 1
.line 1
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;
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 getFormatInstance()Lcom/google/zxing/FormatException;
.locals 1
.line 1
sget-object v0, Lcom/google/zxing/FormatException;->instance:Lcom/google/zxing/FormatException;
return-object v0
.end method