com.google.protobuf
Class InvalidProtocolBufferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.google.protobuf.InvalidProtocolBufferException
All Implemented Interfaces:
java.io.Serializable

public class InvalidProtocolBufferException
extends java.io.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:
[email protected] Kenton Varda
See Also:
Serialized Form

Constructor Summary
InvalidProtocolBufferException(java.lang.String description)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidProtocolBufferException

public InvalidProtocolBufferException(java.lang.String description)


Copyright © 2008-2009. All Rights Reserved.