public static class Descriptors.DescriptorValidationException extends ExceptionThrown when building descriptors fails because the source DescriptorProtos are not valid.
Methods
getDescription()
public String getDescription()Gets a human-readable description of the error.
| Returns | |
|---|---|
| Type | Description |
String |
|
getProblemProto()
public Message getProblemProto()Gets the protocol message representation of the invalid descriptor.
| Returns | |
|---|---|
| Type | Description |
Message |
|
getProblemSymbolName()
public String getProblemSymbolName()Gets the full name of the descriptor where the error occurred.
| Returns | |
|---|---|
| Type | Description |
String |
|