Uses of Class
org.apache.uima.analysis_engine.annotator.AnnotatorProcessException

Packages that use AnnotatorProcessException
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
 void GenericAnnotator.process(CAS aCAS, ResultSpecification aResultSpec)
          Deprecated. Invokes this annotator's analysis logic.
 void TextAnnotator.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.
 

Uses of AnnotatorProcessException in org.apache.uima.uimacpp
 

Methods in org.apache.uima.uimacpp that throw AnnotatorProcessException
 void UimacppAnalysisComponent.process(CAS cas, ResultSpecification aResultSpec)
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.