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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.protobuf.InvalidProtocolBufferException
getUnfinishedMessage, setUnfinishedMessage, unwrapIOException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidWireTypeException
-