Package com.google.protobuf
Class InvalidProtocolBufferException.InvalidWireTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.protobuf.InvalidProtocolBufferException
-
- com.google.protobuf.InvalidProtocolBufferException.InvalidWireTypeException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- InvalidProtocolBufferException
@ExperimentalApi public static class InvalidProtocolBufferException.InvalidWireTypeException extends InvalidProtocolBufferException
Exception indicating that and unexpected wire type was encountered for a field.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.protobuf.InvalidProtocolBufferException
InvalidProtocolBufferException.InvalidWireTypeException
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidWireTypeException(java.lang.String description)
-
Method Summary
-
Methods inherited from class com.google.protobuf.InvalidProtocolBufferException
getUnfinishedMessage, invalidEndTag, invalidTag, invalidUtf8, invalidWireType, malformedVarint, negativeSize, parseFailure, recursionLimitExceeded, setUnfinishedMessage, sizeLimitExceeded, truncatedMessage, unwrapIOException
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-