package com.google.zxing;

/* JADX INFO: loaded from: classes.dex */
public final class FormatException extends ReaderException {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final FormatException f24328c;

    static {
        FormatException formatException = new FormatException();
        f24328c = formatException;
        formatException.setStackTrace(ReaderException.f24331b);
    }

    private FormatException() {
    }

    public static FormatException a() {
        return ReaderException.f24330a ? new FormatException() : f24328c;
    }
}
