Class ProtobufException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.protostuff.ProtostuffException
io.protostuff.ProtobufException
- All Implemented Interfaces:
Serializable
Thrown when a protocol message being parsed is invalid in some way, e.g. it contains a malformed varint or a negative
byte length.
- Author:
- kenton@google.com Kenton Varda, David Yu
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProtobufException(String description) ProtobufException(String description, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProtobufException
-
ProtobufException
-