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 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(java.lang.Throwable cause)Methods in io.protostuff that throw ProtobufException Modifier and Type Method Description voidByteArrayInput. 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.
-