49 lines
1.6 KiB
Java
49 lines
1.6 KiB
Java
|
package com.google.android.gms.internal.firebase_ml;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public class zzuo extends IOException {
|
||
|
private zzvo zzbph;
|
||
|
|
||
|
public zzuo(String str) {
|
||
|
super(str);
|
||
|
this.zzbph = null;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public static zzuo zzrm() {
|
||
|
return new zzuo("While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length.");
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public static zzuo zzrn() {
|
||
|
return new zzuo("CodedInputStream encountered an embedded string or message which claimed to have negative size.");
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public static zzuo zzro() {
|
||
|
return new zzuo("Protocol message contained an invalid tag (zero).");
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public static zzup zzrp() {
|
||
|
return new zzup("Protocol message tag had invalid wire type.");
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public static zzuo zzrq() {
|
||
|
return new zzuo("Failed to parse the message.");
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public static zzuo zzrr() {
|
||
|
return new zzuo("Protocol message had invalid UTF-8.");
|
||
|
}
|
||
|
|
||
|
public final zzuo zzg(zzvo zzvoVar) {
|
||
|
this.zzbph = zzvoVar;
|
||
|
return this;
|
||
|
}
|
||
|
}
|