what-the-bank/sources/com/google/zxing/FormatException.java

28 lines
631 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.zxing;
/* loaded from: classes2.dex */
public final class FormatException extends ReaderException {
private static final FormatException c;
static {
FormatException formatException = new FormatException();
c = formatException;
formatException.setStackTrace(b);
}
private FormatException() {
}
private FormatException(Throwable th) {
super(th);
}
public static FormatException c() {
return a ? new FormatException() : c;
}
public static FormatException b(Throwable th) {
return a ? new FormatException(th) : c;
}
}