public class com.google.protobuf.InvalidProtocolBufferException extends java.io.IOException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.google.protobuf.InvalidProtocolBufferException
super_class: java.io.IOException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -1616151763072450476
private com.google.protobuf.MessageLite unfinishedMessage;
descriptor: Lcom/google/protobuf/MessageLite;
flags: (0x0002) ACC_PRIVATE
public void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
1: aload 0
aconst_null
putfield com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage:Lcom/google/protobuf/MessageLite;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/InvalidProtocolBufferException;
0 3 1 description Ljava/lang/String;
MethodParameters:
Name Flags
description final
public void <init>(java.io.IOException);
descriptor: (Ljava/io/IOException;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
aload 1
invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
1: aload 0
aconst_null
putfield com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage:Lcom/google/protobuf/MessageLite;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/InvalidProtocolBufferException;
0 3 1 e Ljava/io/IOException;
MethodParameters:
Name Flags
e
public void <init>(java.lang.String, java.io.IOException);
descriptor: (Ljava/lang/String;Ljava/io/IOException;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
1: aload 0
aconst_null
putfield com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage:Lcom/google/protobuf/MessageLite;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/InvalidProtocolBufferException;
0 3 1 description Ljava/lang/String;
0 3 2 e Ljava/io/IOException;
MethodParameters:
Name Flags
description final
e
public com.google.protobuf.InvalidProtocolBufferException setUnfinishedMessage(com.google.protobuf.MessageLite);
descriptor: (Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage:Lcom/google/protobuf/MessageLite;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/InvalidProtocolBufferException;
0 2 1 unfinishedMessage Lcom/google/protobuf/MessageLite;
MethodParameters:
Name Flags
unfinishedMessage
public com.google.protobuf.MessageLite getUnfinishedMessage();
descriptor: ()Lcom/google/protobuf/MessageLite;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage:Lcom/google/protobuf/MessageLite;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/InvalidProtocolBufferException;
public java.io.IOException unwrapIOException();
descriptor: ()Ljava/io/IOException;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.InvalidProtocolBufferException.getCause:()Ljava/lang/Throwable;
instanceof java.io.IOException
ifeq 1
aload 0
invokevirtual com.google.protobuf.InvalidProtocolBufferException.getCause:()Ljava/lang/Throwable;
checkcast java.io.IOException
goto 2
StackMap locals:
StackMap stack:
1: aload 0
StackMap locals:
StackMap stack: java.io.IOException
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/InvalidProtocolBufferException;
static com.google.protobuf.InvalidProtocolBufferException truncatedMessage();
descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.protobuf.InvalidProtocolBufferException
dup
1: ldc "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."
2: invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.protobuf.InvalidProtocolBufferException negativeSize();
descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.protobuf.InvalidProtocolBufferException
dup
1: ldc "CodedInputStream encountered an embedded string or message which claimed to have negative size."
2: invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.protobuf.InvalidProtocolBufferException malformedVarint();
descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.protobuf.InvalidProtocolBufferException
dup
ldc "CodedInputStream encountered a malformed varint."
invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.protobuf.InvalidProtocolBufferException invalidTag();
descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.protobuf.InvalidProtocolBufferException
dup
ldc "Protocol message contained an invalid tag (zero)."
invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.protobuf.InvalidProtocolBufferException invalidEndTag();
descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.protobuf.InvalidProtocolBufferException
dup
1: ldc "Protocol message end-group tag did not match expected tag."
2: invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException invalidWireType();
descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException
dup
ldc "Protocol message tag had invalid wire type."
invokespecial com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException.<init>:(Ljava/lang/String;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.protobuf.InvalidProtocolBufferException recursionLimitExceeded();
descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.protobuf.InvalidProtocolBufferException
dup
1: ldc "Protocol message had too many levels of nesting. May be malicious. Use CodedInputStream.setRecursionLimit() to increase the depth limit."
2: invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.protobuf.InvalidProtocolBufferException sizeLimitExceeded();
descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.protobuf.InvalidProtocolBufferException
dup
1: ldc "Protocol message was too large. May be malicious. Use CodedInputStream.setSizeLimit() to increase the size limit."
2: invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.protobuf.InvalidProtocolBufferException parseFailure();
descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.protobuf.InvalidProtocolBufferException
dup
ldc "Failed to parse the message."
invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.protobuf.InvalidProtocolBufferException invalidUtf8();
descriptor: ()Lcom/google/protobuf/InvalidProtocolBufferException;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.protobuf.InvalidProtocolBufferException
dup
ldc "Protocol message had invalid UTF-8."
invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "InvalidProtocolBufferException.java"
NestMembers:
com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException
InnerClasses:
public InvalidWireTypeException = com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException of com.google.protobuf.InvalidProtocolBufferException