- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.fusesource.hawtbuf.proto.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:
- kenton@google.com Kenton Varda
- See Also:
- Serialized Form
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
java.lang.Boolean |
isEOF() |
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.