Interface UnparseableDescriptor

    • Method Detail

      • getDescriptorParseException

        DescriptorParseException getDescriptorParseException()
        Return the first exception thrown while attempting to parse this descriptor.
        Returns:
        First exception thrown.
        Since:
        1.9.0
      • getAnnotations

        java.util.List<java.lang.String> getAnnotations()
        Will always throw an UnsupportedOperationException.
        Specified by:
        getAnnotations in interface Descriptor
        Since:
        1.9.0
      • getUnrecognizedLines

        java.util.List<java.lang.String> getUnrecognizedLines()
        Will always throw an UnsupportedOperationException.
        Specified by:
        getUnrecognizedLines in interface Descriptor
        Since:
        1.9.0