public class oadd.com.google.protobuf.InvalidProtocolBufferException extends java.io.IOException
{
private static final long serialVersionUID;
private oadd.com.google.protobuf.MessageLite unfinishedMessage;
private boolean wasThrownFromInputStream;
public void <init>(java.lang.String)
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
java.lang.String v;
v := @this: oadd.com.google.protobuf.InvalidProtocolBufferException;
v := @parameter: java.lang.String;
specialinvoke v.<java.io.IOException: void <init>(java.lang.String)>(v);
v.<oadd.com.google.protobuf.InvalidProtocolBufferException: oadd.com.google.protobuf.MessageLite unfinishedMessage> = null;
return;
}
public void <init>(java.io.IOException)
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
java.io.IOException v;
java.lang.String v;
v := @this: oadd.com.google.protobuf.InvalidProtocolBufferException;
v := @parameter: java.io.IOException;
v = virtualinvoke v.<java.io.IOException: java.lang.String getMessage()>();
specialinvoke v.<java.io.IOException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
v.<oadd.com.google.protobuf.InvalidProtocolBufferException: oadd.com.google.protobuf.MessageLite unfinishedMessage> = null;
return;
}
public void <init>(java.lang.String, java.io.IOException)
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
java.io.IOException v;
java.lang.String v;
v := @this: oadd.com.google.protobuf.InvalidProtocolBufferException;
v := @parameter: java.lang.String;
v := @parameter: java.io.IOException;
specialinvoke v.<java.io.IOException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
v.<oadd.com.google.protobuf.InvalidProtocolBufferException: oadd.com.google.protobuf.MessageLite unfinishedMessage> = null;
return;
}
public oadd.com.google.protobuf.InvalidProtocolBufferException setUnfinishedMessage(oadd.com.google.protobuf.MessageLite)
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
oadd.com.google.protobuf.MessageLite v;
v := @this: oadd.com.google.protobuf.InvalidProtocolBufferException;
v := @parameter: oadd.com.google.protobuf.MessageLite;
v.<oadd.com.google.protobuf.InvalidProtocolBufferException: oadd.com.google.protobuf.MessageLite unfinishedMessage> = v;
return v;
}
public oadd.com.google.protobuf.MessageLite getUnfinishedMessage()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
oadd.com.google.protobuf.MessageLite v;
v := @this: oadd.com.google.protobuf.InvalidProtocolBufferException;
v = v.<oadd.com.google.protobuf.InvalidProtocolBufferException: oadd.com.google.protobuf.MessageLite unfinishedMessage>;
return v;
}
void setThrownFromInputStream()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
v := @this: oadd.com.google.protobuf.InvalidProtocolBufferException;
v.<oadd.com.google.protobuf.InvalidProtocolBufferException: boolean wasThrownFromInputStream> = 1;
return;
}
boolean getThrownFromInputStream()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
boolean v;
v := @this: oadd.com.google.protobuf.InvalidProtocolBufferException;
v = v.<oadd.com.google.protobuf.InvalidProtocolBufferException: boolean wasThrownFromInputStream>;
return v;
}
public java.io.IOException unwrapIOException()
{
java.lang.Throwable v, v;
oadd.com.google.protobuf.InvalidProtocolBufferException v;
boolean v;
v := @this: oadd.com.google.protobuf.InvalidProtocolBufferException;
v = virtualinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: java.lang.Throwable getCause()>();
v = v instanceof java.io.IOException;
if v == 0 goto label;
v = virtualinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: java.lang.Throwable getCause()>();
goto label;
label:
v = v;
label:
return v;
}
static oadd.com.google.protobuf.InvalidProtocolBufferException truncatedMessage()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
v = new oadd.com.google.protobuf.InvalidProtocolBufferException;
specialinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: void <init>(java.lang.String)>("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.");
return v;
}
static oadd.com.google.protobuf.InvalidProtocolBufferException negativeSize()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
v = new oadd.com.google.protobuf.InvalidProtocolBufferException;
specialinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: void <init>(java.lang.String)>("CodedInputStream encountered an embedded string or message which claimed to have negative size.");
return v;
}
static oadd.com.google.protobuf.InvalidProtocolBufferException malformedVarint()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
v = new oadd.com.google.protobuf.InvalidProtocolBufferException;
specialinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: void <init>(java.lang.String)>("CodedInputStream encountered a malformed varint.");
return v;
}
static oadd.com.google.protobuf.InvalidProtocolBufferException invalidTag()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
v = new oadd.com.google.protobuf.InvalidProtocolBufferException;
specialinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: void <init>(java.lang.String)>("Protocol message contained an invalid tag (zero).");
return v;
}
static oadd.com.google.protobuf.InvalidProtocolBufferException invalidEndTag()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
v = new oadd.com.google.protobuf.InvalidProtocolBufferException;
specialinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: void <init>(java.lang.String)>("Protocol message end-group tag did not match expected tag.");
return v;
}
static oadd.com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException invalidWireType()
{
oadd.com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException v;
v = new oadd.com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException;
specialinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException: void <init>(java.lang.String)>("Protocol message tag had invalid wire type.");
return v;
}
static oadd.com.google.protobuf.InvalidProtocolBufferException recursionLimitExceeded()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
v = new oadd.com.google.protobuf.InvalidProtocolBufferException;
specialinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: void <init>(java.lang.String)>("Protocol message had too many levels of nesting.  May be malicious.  Use CodedInputStream.setRecursionLimit() to increase the depth limit.");
return v;
}
static oadd.com.google.protobuf.InvalidProtocolBufferException sizeLimitExceeded()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
v = new oadd.com.google.protobuf.InvalidProtocolBufferException;
specialinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: void <init>(java.lang.String)>("Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.");
return v;
}
static oadd.com.google.protobuf.InvalidProtocolBufferException parseFailure()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
v = new oadd.com.google.protobuf.InvalidProtocolBufferException;
specialinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: void <init>(java.lang.String)>("Failed to parse the message.");
return v;
}
static oadd.com.google.protobuf.InvalidProtocolBufferException invalidUtf8()
{
oadd.com.google.protobuf.InvalidProtocolBufferException v;
v = new oadd.com.google.protobuf.InvalidProtocolBufferException;
specialinvoke v.<oadd.com.google.protobuf.InvalidProtocolBufferException: void <init>(java.lang.String)>("Protocol message had invalid UTF-8.");
return v;
}
}