package o; import com.kofax.mobile.sdk._internal.impl.extraction.kta.KtaJsonExactionHelper; /* loaded from: classes6.dex */ final class gkI { final int b; final String c; /* JADX INFO: Access modifiers changed from: package-private */ public gkI(String str, int i) { this.c = (String) C15267glv.b(str, KtaJsonExactionHelper.VALUE); if (i > 0) { this.b = i; return; } StringBuilder sb = new StringBuilder(); sb.append(com.kofax.mobile.sdk._internal.impl.extraction.kta.g.JN); sb.append(" may not be negative or zero"); throw new IllegalArgumentException(sb.toString()); } public final String toString() { return this.c; } }