InvalidProtocolBufferException class
Exception thrown by the binary deserializer when the encoding is malformed.
- Implemented types
Constructors
- InvalidProtocolBufferException.invalidEndTag()
- InvalidProtocolBufferException.invalidTag()
- InvalidProtocolBufferException.invalidWireType()
- InvalidProtocolBufferException.malformedVarint()
- InvalidProtocolBufferException.recursionLimitExceeded()
- InvalidProtocolBufferException.truncatedMessage()
- InvalidProtocolBufferException.truncatedMessageDueToSizeLimit(int originalSize, int truncatedSize)
- InvalidProtocolBufferException.wrongAnyMessage(String anyTypeName, dynamic unpackerTypeName)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited