Thrown when a protocol message being parsed is invalid in some way, e.g. it contains a malformed varint or a negative byte length.
- Author
- kento.nosp@m.n@go.nosp@m.ogle..nosp@m.com Kenton Varda
Definition at line 41 of file InvalidProtocolBufferException.java.
◆ InvalidProtocolBufferException() [1/3]
com.google.protobuf.InvalidProtocolBufferException.InvalidProtocolBufferException |
( |
final String |
description | ) |
|
|
inline |
◆ InvalidProtocolBufferException() [2/3]
com.google.protobuf.InvalidProtocolBufferException.InvalidProtocolBufferException |
( |
IOException |
e | ) |
|
|
inline |
◆ InvalidProtocolBufferException() [3/3]
com.google.protobuf.InvalidProtocolBufferException.InvalidProtocolBufferException |
( |
final String |
description, |
|
|
IOException |
e |
|
) |
| |
|
inline |
◆ getUnfinishedMessage()
MessageLite com.google.protobuf.InvalidProtocolBufferException.getUnfinishedMessage |
( |
| ) |
|
|
inline |
◆ setUnfinishedMessage()
◆ unwrapIOException()
IOException com.google.protobuf.InvalidProtocolBufferException.unwrapIOException |
( |
| ) |
|
|
inline |
◆ serialVersionUID
final long com.google.protobuf.InvalidProtocolBufferException.serialVersionUID = -1616151763072450476L |
|
staticprivate |
◆ unfinishedMessage
MessageLite com.google.protobuf.InvalidProtocolBufferException.unfinishedMessage = null |
|
private |
The documentation for this class was generated from the following file: