Uses of Class
gate.creole.ExecutionException

Packages that use ExecutionException
gate  
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.gazetteer   
gate.creole.orthomatcher   
gate.creole.splitter   
gate.creole.tokeniser   
gate.jape   
 

Uses of ExecutionException in gate
 

Methods in gate that throw ExecutionException
 void Executable.execute()
          Starts the execution of this executable
 

Uses of ExecutionException in gate.creole
 

Subclasses of ExecutionException in gate.creole
 class ExecutionInterruptedException
          Thrown by Executables after they have stopped their execution as a result of a call to their interrupt() method.
 

Methods in gate.creole that throw ExecutionException
 void AbstractProcessingResource.execute()
          Run the resource.
 void Transducer.execute()
          Implementation of the run() method from Runnable.
 void AbstractController.execute()
          Starts the execution of this executable
protected  void SerialController.checkParameters()
          Verifies that all PRs have all their required rutime parameters set.
 void SerialController.execute()
          Run the Processing Resources in sequence.
protected  void SerialController.runComponent(int componentIndex)
          Executes a ProcessingResource.
 void APFormatExporter.execute()
          Run the resource and does the entire export process
 void POSTagger.execute()
           
 void SerialAnalyserController.execute()
          Run the Processing Resources in sequence.
 

Uses of ExecutionException in gate.creole.annotdelete
 

Methods in gate.creole.annotdelete that throw ExecutionException
 void AnnotationDeletePR.execute()
          Run the resource.
 

Uses of ExecutionException in gate.creole.annotransfer
 

Methods in gate.creole.annotransfer that throw ExecutionException
 void AnnotationSetTransfer.execute()
          Run the resource.
 

Uses of ExecutionException in gate.creole.gazetteer
 

Methods in gate.creole.gazetteer that throw ExecutionException
 void DefaultGazetteer.execute()
          This method runs the gazetteer.
 

Uses of ExecutionException in gate.creole.orthomatcher
 

Methods in gate.creole.orthomatcher that throw ExecutionException
 void OrthoMatcher.execute()
          Run the resource.
protected  void OrthoMatcher.matchNameAnnotations()
           
protected  void OrthoMatcher.matchUnknown()
           
protected  String OrthoMatcher.containTitle(String annotString, Annotation annot)
          return a person name without title
 

Uses of ExecutionException in gate.creole.splitter
 

Methods in gate.creole.splitter that throw ExecutionException
 void SentenceSplitter.execute()
           
 

Uses of ExecutionException in gate.creole.tokeniser
 

Methods in gate.creole.tokeniser that throw ExecutionException
 void SimpleTokeniser.execute()
          The method that does the actual tokenisation.
 void DefaultTokeniser.execute()
           
 

Uses of ExecutionException in gate.jape
 

Methods in gate.jape that throw ExecutionException
abstract  void Transducer.transduce(Document doc, AnnotationSet inputAS, AnnotationSet outputAS)
          Transduce a document.
 void MultiPhaseTransducer.transduce(Document doc, AnnotationSet input, AnnotationSet output)
          Transduce the document by running each phase in turn.
 void Batch.transduce(Corpus coll)
          Process the given collection.
 void Batch.transduce(Document doc)
          Process a single document.
 void Batch.transduce(Document doc, AnnotationSet inputAS, AnnotationSet outputAS)
          Process a single document.
 void SinglePhaseTransducer.transduce(Document doc, AnnotationSet inputAS, AnnotationSet outputAS)
          Transduce a document using the annotation set provided and the current rule application style.