Class NoDocumentTextCoveredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.julielab.jcore.reader.xmlmapper.typeParser.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 Summary
Constructors Constructor Description NoDocumentTextCoveredException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-