Uses of Class
io.protostuff.ProtobufException
Packages that use ProtobufException
-
Uses of ProtobufException in io.protostuff
Methods in io.protostuff that return ProtobufExceptionModifier and TypeMethodDescription(package private) static ProtobufExceptionProtobufException.invalidEndTag()(package private) static ProtobufExceptionProtobufException.invalidTag()(package private) static ProtobufExceptionProtobufException.invalidWireType()(package private) static ProtobufExceptionProtobufException.malformedVarint()(package private) static ProtobufExceptionProtobufException.misreportedSize()(package private) static ProtobufExceptionProtobufException.negativeSize()(package private) static ProtobufExceptionProtobufException.recursionLimitExceeded()(package private) static ProtobufExceptionProtobufException.sizeLimitExceeded()(package private) static ProtobufExceptionProtobufException.truncatedMessage()(package private) static ProtobufExceptionProtobufException.truncatedMessage(Throwable cause) Methods in io.protostuff that throw ProtobufExceptionModifier and TypeMethodDescriptionvoidByteArrayInput.checkLastTagWas(int value) Verifies that the last call to readTag() returned the given tag value.voidByteBufferInput.checkLastTagWas(int value) Verifies that the last call to readTag() returned the given tag value.voidCodedInput.checkLastTagWas(int value) Verifies that the last call to readTag() returned the given tag value.intCodedInput.pushLimit(int byteLimit) Note thatpushLimit()does NOT affect how many bytes theCodedInputStreamreads from an underlyingInputStreamwhen refreshing its buffer.