Uses of Class
gate.creole.ExecutionException

Packages that use ExecutionException
gate  
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.coref   
gate.creole.dumpingPR   
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 AbstractController.execute()
          Starts the execution of this executable
 void AbstractProcessingResource.execute()
          Run the resource.
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.
protected  void ConditionalSerialController.runComponent(int componentIndex)
          Executes a ProcessingResource.
 void Transducer.execute()
          Implementation of the run() method from Runnable.
 void ConditionalSerialAnalyserController.execute()
          Run the Processing Resources in sequence.
 void APFormatExporter.execute()
          Run the resource and does the entire export process
 void RDFFormatExporter.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.coref
 

Methods in gate.creole.coref that throw ExecutionException
 void PronominalCoref.execute()
          This method runs the coreferencer.
private  void PronominalCoref.preprocess()
          ---
 void Coreferencer.execute()
          This method runs the coreferencer.
 

Uses of ExecutionException in gate.creole.dumpingPR
 

Methods in gate.creole.dumpingPR that throw ExecutionException
 void DumpingPR.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.
 void OntoGazetteerImpl.execute()
          Executes this onto gazetteer over a pre-set document
 

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 DefaultTokeniser.execute()
           
 void SimpleTokeniser.execute()
          The method that does the actual tokenisation.
 

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 SinglePhaseTransducer.transduce(Document doc, AnnotationSet inputAS, AnnotationSet outputAS)
          Transduce a document using the annotation set provided and the current rule application style.
 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 MultiPhaseTransducer.transduce(Document doc, AnnotationSet input, AnnotationSet output)
          Transduce the document by running each phase in turn.