Package com.google.protobuf
Class InvalidProtobufRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.protobuf.InvalidProtobufRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidProtobufRuntimeException extends java.lang.RuntimeExceptionThrown 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidProtobufRuntimeException(java.lang.Exception e)InvalidProtobufRuntimeException(java.lang.String description)InvalidProtobufRuntimeException(java.lang.String description, java.lang.Exception e)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InvalidProtobufRuntimeException
public InvalidProtobufRuntimeException(java.lang.String description)
-
InvalidProtobufRuntimeException
public InvalidProtobufRuntimeException(java.lang.Exception e)
-
InvalidProtobufRuntimeException
public InvalidProtobufRuntimeException(java.lang.String description, java.lang.Exception e)
-
-