Class NoDocumentTextCoveredException

  • All Implemented Interfaces:
    Serializable

    public class NoDocumentTextCoveredException
    extends Exception
    This exception expresses the case where an annotation should cover a part of the document text, but the referenced part is empty. The exception is used to communicate this fact to the calling method rather then actually reporting an error.
    Author:
    faessler
    See Also:
    Serialized Form
    • Constructor Detail

      • NoDocumentTextCoveredException

        public NoDocumentTextCoveredException()