zzbxs.java 1.36 KB
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
 */