33 lines
776 B
Java
33 lines
776 B
Java
package com.kofax.mobile.sdk.x;
|
|
|
|
import com.kofax.mobile.sdk.w.k;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class t implements k.a {
|
|
private com.kofax.mobile.sdk.c.a QY;
|
|
private Exception QZ;
|
|
|
|
@Override // com.kofax.mobile.sdk.w.k.a
|
|
public String e(com.kofax.mobile.sdk.e.a aVar) {
|
|
return aVar.ht();
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public void setException(Exception exc) {
|
|
this.QZ = exc;
|
|
}
|
|
|
|
public com.kofax.mobile.sdk.c.a pu() {
|
|
return this.QY;
|
|
}
|
|
|
|
public Exception getException() {
|
|
return this.QZ;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public void d(com.kofax.mobile.sdk.c.a aVar) {
|
|
this.QY = aVar;
|
|
}
|
|
}
|