com.google.protobuf
Class InvalidProtocolBufferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.google.protobuf.InvalidProtocolBufferException
- All Implemented Interfaces:
- Serializable
public class InvalidProtocolBufferException
- extends IOException
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
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidProtocolBufferException
public InvalidProtocolBufferException(String description)
Copyright © 2008-2011. All Rights Reserved.