28 lines
631 B
Java
28 lines
631 B
Java
|
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;
|
||
|
}
|
||
|
}
|