Class InvalidProtobufRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.protobuf.InvalidProtobufRuntimeException
All Implemented Interfaces:
Serializable

public class InvalidProtobufRuntimeException extends RuntimeException
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 Details

  • Constructor Details

    • InvalidProtobufRuntimeException

      public InvalidProtobufRuntimeException(String description)
    • InvalidProtobufRuntimeException

      public InvalidProtobufRuntimeException(Exception e)
    • InvalidProtobufRuntimeException

      public InvalidProtobufRuntimeException(String description, Exception e)