InvalidProtocolBufferException.smali
.class public Lcom/google/protobuf/InvalidProtocolBufferException;
.super Ljava/io/IOException;
.source "InvalidProtocolBufferException.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
}
.end annotation
# static fields
.field private static final serialVersionUID:J = -0x166db9773d0dffacL
# instance fields
.field private unfinishedMessage:Lcom/google/protobuf/MessageLite;
# direct methods
.method public constructor <init>(Ljava/io/IOException;)V
.registers 3
.prologue
.line 50
invoke-virtual {p1}, Ljava/io/IOException;->getMessage()Ljava/lang/String;
move-result-object v0
invoke-direct {p0, v0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.line 43
const/4 v0, 0x0
iput-object v0, p0, Lcom/google/protobuf/InvalidProtocolBufferException;->unfinishedMessage:Lcom/google/protobuf/MessageLite;
.line 51
return-void
.end method
.method public constructor <init>(Ljava/lang/String;)V
.registers 3
.prologue
.line 46
invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
.line 43
const/4 v0, 0x0
iput-object v0, p0, Lcom/google/protobuf/InvalidProtocolBufferException;->unfinishedMessage:Lcom/google/protobuf/MessageLite;
.line 47
return-void
.end method
.method static invalidEndTag()Lcom/google/protobuf/InvalidProtocolBufferException;
.registers 2
.prologue
.line 106
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "Protocol message end-group tag did not match expected tag."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method static invalidTag()Lcom/google/protobuf/InvalidProtocolBufferException;
.registers 2
.prologue
.line 101
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "Protocol message contained an invalid tag (zero)."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method static invalidUtf8()Lcom/google/protobuf/InvalidProtocolBufferException;
.registers 2
.prologue
.line 144
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "Protocol message had invalid UTF-8."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method static invalidWireType()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
.registers 2
.prologue
.line 111
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
const-string v1, "Protocol message tag had invalid wire type."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method static malformedVarint()Lcom/google/protobuf/InvalidProtocolBufferException;
.registers 2
.prologue
.line 96
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "CodedInputStream encountered a malformed varint."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method static negativeSize()Lcom/google/protobuf/InvalidProtocolBufferException;
.registers 2
.prologue
.line 90
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "CodedInputStream encountered an embedded string or message which claimed to have negative size."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method static parseFailure()Lcom/google/protobuf/InvalidProtocolBufferException;
.registers 2
.prologue
.line 140
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "Failed to parse the message."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method static recursionLimitExceeded()Lcom/google/protobuf/InvalidProtocolBufferException;
.registers 2
.prologue
.line 128
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "Protocol message had too many levels of nesting. May be malicious. Use CodedInputStream.setRecursionLimit() to increase the depth limit."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method static sizeLimitExceeded()Lcom/google/protobuf/InvalidProtocolBufferException;
.registers 2
.prologue
.line 134
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "Protocol message was too large. May be malicious. Use CodedInputStream.setSizeLimit() to increase the size limit."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method static truncatedMessage()Lcom/google/protobuf/InvalidProtocolBufferException;
.registers 2
.prologue
.line 82
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "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."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
# virtual methods
.method public getUnfinishedMessage()Lcom/google/protobuf/MessageLite;
.registers 2
.prologue
.line 70
iget-object v0, p0, Lcom/google/protobuf/InvalidProtocolBufferException;->unfinishedMessage:Lcom/google/protobuf/MessageLite;
return-object v0
.end method
.method public setUnfinishedMessage(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
.registers 2
.prologue
.line 61
iput-object p1, p0, Lcom/google/protobuf/InvalidProtocolBufferException;->unfinishedMessage:Lcom/google/protobuf/MessageLite;
.line 62
return-object p0
.end method
.method public unwrapIOException()Ljava/io/IOException;
.registers 2
.prologue
.line 78
invoke-virtual {p0}, Lcom/google/protobuf/InvalidProtocolBufferException;->getCause()Ljava/lang/Throwable;
move-result-object v0
instance-of v0, v0, Ljava/io/IOException;
if-eqz v0, :cond_f
invoke-virtual {p0}, Lcom/google/protobuf/InvalidProtocolBufferException;->getCause()Ljava/lang/Throwable;
move-result-object v0
check-cast v0, Ljava/io/IOException;
:goto_e
return-object v0
:cond_f
move-object v0, p0
goto :goto_e
.end method