NotFoundException.smali
.class public final Lcom/dcloud/zxing2/NotFoundException;
.super Lcom/dcloud/zxing2/ReaderException;
# static fields
.field private static final INSTANCE:Lcom/dcloud/zxing2/NotFoundException;
# direct methods
.method static constructor <clinit>()V
.registers 2
.line 1
new-instance v0, Lcom/dcloud/zxing2/NotFoundException;
invoke-direct {v0}, Lcom/dcloud/zxing2/NotFoundException;-><init>()V
sput-object v0, Lcom/dcloud/zxing2/NotFoundException;->INSTANCE:Lcom/dcloud/zxing2/NotFoundException;
.line 3
sget-object v1, Lcom/dcloud/zxing2/ReaderException;->NO_TRACE:[Ljava/lang/StackTraceElement;
invoke-virtual {v0, v1}, Ljava/lang/Exception;->setStackTrace([Ljava/lang/StackTraceElement;)V
return-void
.end method
.method private constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Lcom/dcloud/zxing2/ReaderException;-><init>()V
return-void
.end method
.method public static getNotFoundInstance()Lcom/dcloud/zxing2/NotFoundException;
.registers 1
.line 1
sget-object v0, Lcom/dcloud/zxing2/NotFoundException;->INSTANCE:Lcom/dcloud/zxing2/NotFoundException;
return-object v0
.end method