Uses of Class
io.protostuff.ProtobufException
-
Packages that use ProtobufException Package Description io.protostuff -
-
Uses of ProtobufException in io.protostuff
Methods in io.protostuff that return ProtobufException Modifier and Type Method Description (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(java.lang.Throwable cause)
Methods in io.protostuff that throw ProtobufException Modifier and Type Method Description void
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.
-