Class InvalidProtobufRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.protobuf.InvalidProtobufRuntimeException
- All Implemented Interfaces:
Serializable
Thrown when a protocol message being parsed is invalid in some way, but a checked exception is
not allowed. For instance, in a lazy field value getter.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidProtobufRuntimeException(String description) InvalidProtobufRuntimeException(String description, Exception e) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvalidProtobufRuntimeException
-
InvalidProtobufRuntimeException
-
InvalidProtobufRuntimeException
-