apkfuckery/com.discord/smali_classes2/com/google/protobuf/InvalidProtocolBufferExcept...

118 lines
3.7 KiB
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 public static final serialVersionUID:J = -0x166db9773d0dffacL
# instance fields
.field public unfinishedMessage:Lf/h/e/p0;
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
const/4 p1, 0x0
iput-object p1, p0, Lcom/google/protobuf/InvalidProtocolBufferException;->unfinishedMessage:Lf/h/e/p0;
return-void
.end method
.method public static a()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
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 public static b()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
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 public static c()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
.locals 2
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 public static d()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
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 public static e()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
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 public static f()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
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 public static g()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
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