package cc;

import com.google.zxing.FormatException;

/* JADX INFO: loaded from: classes.dex */
public final class j extends q1.f {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f4966c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int f4967d;

    public j(int i10, int i11, int i12) throws FormatException {
        super(i10, 4);
        if (i11 < 0 || i11 > 10 || i12 < 0 || i12 > 10) {
            throw FormatException.a();
        }
        this.f4966c = i11;
        this.f4967d = i12;
    }
}
