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 ProtobufException
ProtobufException.invalidEndTag()
(package private) static ProtobufException
ProtobufException.invalidTag()
(package private) static ProtobufException
ProtobufException.invalidWireType()
(package private) static ProtobufException
ProtobufException.malformedVarint()
(package private) static ProtobufException
ProtobufException.misreportedSize()
(package private) static ProtobufException
ProtobufException.negativeSize()
(package private) static ProtobufException
ProtobufException.recursionLimitExceeded()
(package private) static ProtobufException
ProtobufException.sizeLimitExceeded()
(package private) static ProtobufException
ProtobufException.truncatedMessage()
(package private) static ProtobufException
ProtobufException.truncatedMessage
(Throwable cause) Methods in io.protostuff that throw ProtobufExceptionModifier and TypeMethodDescriptionvoid
ByteArrayInput.checkLastTagWas
(int value) Verifies that the last call to readTag() returned the given tag value.void
ByteBufferInput.checkLastTagWas
(int value) Verifies that the last call to readTag() returned the given tag value.void
CodedInput.checkLastTagWas
(int value) Verifies that the last call to readTag() returned the given tag value.int
CodedInput.pushLimit
(int byteLimit) Note thatpushLimit()
does NOT affect how many bytes theCodedInputStream
reads from an underlyingInputStream
when refreshing its buffer.