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:
Serializable
- Enclosing class:
InvalidProtocolBufferException
@ExperimentalApi
public static class InvalidProtocolBufferException.InvalidWireTypeException
extends InvalidProtocolBufferException
Exception indicating that an unexpected wire type was encountered for a field.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.protobuf.InvalidProtocolBufferException
InvalidProtocolBufferException.InvalidWireTypeException
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.protobuf.InvalidProtocolBufferException
getThrownFromInputStream, getUnfinishedMessage, invalidEndTag, invalidTag, invalidUtf8, invalidWireType, malformedVarint, negativeSize, parseFailure, recursionLimitExceeded, setThrownFromInputStream, setUnfinishedMessage, sizeLimitExceeded, truncatedMessage, unwrapIOException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvalidWireTypeException
-