public interface UnparseableDescriptor extends Descriptor
Descriptor.getRawDescriptorBytes() and
Descriptor.getDescriptorFile() are supported.| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAnnotations()
Will always throw an
UnsupportedOperationException. |
DescriptorParseException |
getDescriptorParseException()
Return the first exception thrown while attempting to parse this
descriptor.
|
java.util.List<java.lang.String> |
getUnrecognizedLines()
Will always throw an
UnsupportedOperationException. |
getDescriptorFile, getRawDescriptorBytes, getRawDescriptorLengthDescriptorParseException getDescriptorParseException()
java.util.List<java.lang.String> getAnnotations()
UnsupportedOperationException.getAnnotations in interface Descriptorjava.util.List<java.lang.String> getUnrecognizedLines()
UnsupportedOperationException.getUnrecognizedLines in interface Descriptor