Class Descriptors.DescriptorValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.protobuf.Descriptors.DescriptorValidationException
All Implemented Interfaces:
Serializable
Enclosing class:
Descriptors

public static class Descriptors.DescriptorValidationException extends Exception
Thrown when building descriptors fails because the source DescriptorProtos are not valid.
See Also:
  • Method Details

    • getProblemSymbolName

      public String getProblemSymbolName()
      Gets the full name of the descriptor where the error occurred.
    • getProblemProto

      public Message getProblemProto()
      Gets the protocol message representation of the invalid descriptor.
    • getDescription

      public String getDescription()
      Gets a human-readable description of the error.