Exception Descriptors.DescriptorValidationException (3.19.4)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticclass Descriptors.DescriptorValidationExceptionextendsExceptionThrown when building descriptors fails because the source DescriptorProtos are not valid.
Inherited Members
Methods
getDescription()
publicStringgetDescription()Gets a human-readable description of the error.
| Returns | |
|---|---|
| Type | Description |
String |
|
getProblemProto()
publicMessagegetProblemProto()Gets the protocol message representation of the invalid descriptor.
| Returns | |
|---|---|
| Type | Description |
Message |
|
getProblemSymbolName()
publicStringgetProblemSymbolName()Gets the full name of the descriptor where the error occurred.
| Returns | |
|---|---|
| Type | Description |
String |
|