Uses of Class
org.apache.uima.analysis_engine.annotator.AnnotatorProcessException
-
Packages that use AnnotatorProcessException Package Description org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes.org.apache.uima.uimacpp -
-
Uses of AnnotatorProcessException in org.apache.uima.analysis_engine.annotator
Methods in org.apache.uima.analysis_engine.annotator that throw AnnotatorProcessException Modifier and Type Method Description void
GenericAnnotator. process(CAS aCAS, ResultSpecification aResultSpec)
Deprecated.Invokes this annotator's analysis logic.void
JTextAnnotator. process(JCas aJCas, ResultSpecification aResultSpec)
Deprecated.Invokes this annotator's analysis logic.void
TextAnnotator. process(CAS aCAS, ResultSpecification aResultSpec)
Deprecated.Invokes this annotator's analysis logic. -
Uses of AnnotatorProcessException in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp that throw AnnotatorProcessException Modifier and Type Method Description void
UimacppAnalysisComponent. process(CAS cas, ResultSpecification aResultSpec)
-