Uses of Class
org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
Packages that use InvalidProtocolBufferException
-
Uses of InvalidProtocolBufferException in org.fusesource.hawtbuf.proto
Methods in org.fusesource.hawtbuf.proto that return InvalidProtocolBufferExceptionModifier and TypeMethodDescriptionUninitializedMessageException.asInvalidProtocolBufferException()Converts this exception to anInvalidProtocolBufferException.(package private) static InvalidProtocolBufferExceptionInvalidProtocolBufferException.invalidEndTag()(package private) static InvalidProtocolBufferExceptionInvalidProtocolBufferException.invalidTag()(package private) static InvalidProtocolBufferExceptionInvalidProtocolBufferException.invalidWireType()(package private) static InvalidProtocolBufferExceptionInvalidProtocolBufferException.malformedVarint()(package private) static InvalidProtocolBufferExceptionInvalidProtocolBufferException.negativeSize()(package private) static InvalidProtocolBufferExceptionInvalidProtocolBufferException.recursionLimitExceeded()(package private) static InvalidProtocolBufferExceptionInvalidProtocolBufferException.sizeLimitExceeded()(package private) static InvalidProtocolBufferExceptionInvalidProtocolBufferException.truncatedMessage()Methods in org.fusesource.hawtbuf.proto that throw InvalidProtocolBufferExceptionModifier and TypeMethodDescriptionvoidCodedInputStream.checkLastTagWas(int value) Verifies that the last call to readTag() returned the given tag value.protected TBaseMessage.checktInitialized()BaseMessage.mergeFramed(byte[] data) BaseMessage.mergeFramed(Buffer data) Message.mergeFramed(byte[] data) Message.mergeFramed(Buffer buffer) BaseMessage.mergeUnframed(byte[] data) BaseMessage.mergeUnframed(Buffer data) DeferredDecodeMessage.mergeUnframed(Buffer data) Message.mergeUnframed(byte[] data) Message.mergeUnframed(Buffer buffer) PBMessageFactory.parseFramed(byte[] data) PBMessageFactory.parseFramed(InputStream data) PBMessageFactory.parseFramed(Buffer data) PBMessageFactory.parseFramed(CodedInputStream data) PBMessageFactory.parseUnframed(byte[] data) PBMessageFactory.parseUnframed(InputStream data) PBMessageFactory.parseUnframed(Buffer data) PBMessageFactory.parseUnframed(CodedInputStream data)