zzbxs.java
1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
package com.google.android.gms.internal;
import java.io.IOException;
public class zzbxs
extends IOException
{
public zzbxs(String paramString)
{
super(paramString);
}
static zzbxs a()
{
return new zzbxs("While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either than the input has been truncated or that an embedded message misreported its own length.");
}
static zzbxs b()
{
return new zzbxs("CodedInputStream encountered an embedded string or message which claimed to have negative size.");
}
static zzbxs c()
{
return new zzbxs("CodedInputStream encountered a malformed varint.");
}
static zzbxs d()
{
return new zzbxs("Protocol message contained an invalid tag (zero).");
}
static zzbxs e()
{
return new zzbxs("Protocol message end-group tag did not match expected tag.");
}
static zzbxs f()
{
return new zzbxs("Protocol message tag had invalid wire type.");
}
static zzbxs g()
{
return new zzbxs("Protocol message had too many levels of nesting. May be malicious. Use CodedInputStream.setRecursionLimit() to increase the depth limit.");
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/internal/zzbxs.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/