Uses of Class
gate.creole.ExecutionException

Packages that use ExecutionException
com.ontotext.gate.gazetteer   
gate This package contains the public interface to the GATE Java API. 
gate.creole   
gate.creole.annic.test   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.coref   
gate.creole.dumpingPR   
gate.creole.gazetteer   
gate.creole.ir   
gate.creole.morph   
gate.creole.orthomatcher   
gate.creole.orthomatcher.SampleOrthoMatcher   
gate.creole.splitter   
gate.creole.test   
gate.creole.tokeniser   
gate.jape   
gate.jape.functest   
gate.util   
 

Uses of ExecutionException in com.ontotext.gate.gazetteer
 

Methods in com.ontotext.gate.gazetteer that throw ExecutionException
 void HashGazetteer.execute()
           
 

Uses of ExecutionException in gate
 

Methods in gate that throw ExecutionException
 void Controller.execute()
           Executes this controller.
 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
protected  void SerialController.checkParameters()
          Verifies that all PRs have all their required rutime parameters set.
 void ControllerAwarePR.controllerExecutionAborted(Controller c, Throwable t)
          Called by a controller containing this PR when the controller's execution has been aborted by an exception thrown by one of the contained PR's execute methods, or by the controller itself.
 void Transducer.controllerExecutionAborted(Controller c, Throwable t)
           
 void ControllerAwarePR.controllerExecutionFinished(Controller c)
          Called by a controller containing this PR when the controller's execution has completed successfully.
 void Transducer.controllerExecutionFinished(Controller c)
           
 void ControllerAwarePR.controllerExecutionStarted(Controller c)
          Called by a controller containing this PR when the controller begins executing.
 void Transducer.controllerExecutionStarted(Controller c)
           
 void APFormatExporter.execute()
          Run the resource and does the entire export process
 void AbstractController.execute()
          Execute this controller.
 void AbstractProcessingResource.execute()
          Run the resource.
 void GazetteerListsCollector.execute()
           
 void POSTagger.execute()
           
 void Transducer.execute()
          Implementation of the run() method from Runnable.
protected  void AbstractController.executeImpl()
          Executes the PRs in this controller, according to the execution strategy of the particular controller type (simple pipeline, parallel execution, once-per-document in a corpus, etc.).
protected  void ConditionalSerialAnalyserController.executeImpl()
          Run the Processing Resources in sequence.
 void RealtimeCorpusController.executeImpl()
          Run the Processing Resources in sequence.
protected  void SerialAnalyserController.executeImpl()
          Run the Processing Resources in sequence.
protected  void SerialController.executeImpl()
          Run the Processing Resources in sequence.
protected  void ConditionalSerialController.runComponent(int componentIndex)
          Executes a ProcessingResource.
protected  void SerialController.runComponent(int componentIndex)
          Executes a ProcessingResource.
 

Uses of ExecutionException in gate.creole.annic.test
 

Methods in gate.creole.annic.test that throw ExecutionException
 void AnnicIndexing.execute()
          This method creates a lucene index.
 

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()
           
private  void AnnotationSetTransfer.transferAnnotations(List<Annotation> toTransfer, AnnotationSet to, boolean newID)
           
 

Uses of ExecutionException in gate.creole.coref
 

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

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 FlexibleGazetteer.execute()
          This method runs the gazetteer.
 void OntoGazetteerImpl.execute()
          Executes this onto gazetteer over a pre-set document
 

Uses of ExecutionException in gate.creole.ir
 

Methods in gate.creole.ir that throw ExecutionException
 void SearchPR.execute()
          This method runs the coreferencer.
 

Uses of ExecutionException in gate.creole.morph
 

Methods in gate.creole.morph that throw ExecutionException
 void Morph.execute()
          Method is executed after the init() method has finished its execution.
 

Uses of ExecutionException in gate.creole.orthomatcher
 

Methods in gate.creole.orthomatcher that throw ExecutionException
 void OrthoMatcher.execute()
          Run the resource.
 String AnnotationOrthography.getStringForAnnotation(Annotation a, Document d)
          Returns normalized content of an annotation - removes extra white spaces.
 String BasicAnnotationOrthography.getStringForAnnotation(Annotation a, Document d)
           
static String OrthoMatcherHelper.getStringForSpan(Long start, Long end, Document d)
          Gets the content of an annotation
protected  void OrthoMatcher.matchNameAnnotations()
           
protected  void OrthoMatcher.matchUnknown(ArrayList<Annotation> sortedAnnotationsForAType)
           
protected  void OrthoMatcher.normalizePersonName(Annotation annot)
           
 String AnnotationOrthography.stripPersonTitle(String annotString, Annotation annot, Document doc, Map<Integer,List<Annotation>> tokensMap, HashMap normalizedTokensMap, AnnotationSet nameAllAnnots)
           
 String BasicAnnotationOrthography.stripPersonTitle(String annotString, Annotation annot, Document doc, Map<Integer,List<Annotation>> tokensMap, HashMap normalizedTokensMap, AnnotationSet nameAllAnnots)
          Return a person name without a title.
 

Uses of ExecutionException in gate.creole.orthomatcher.SampleOrthoMatcher
 

Methods in gate.creole.orthomatcher.SampleOrthoMatcher that throw ExecutionException
 String SampleAnnotationOrthography.getStringForAnnotation(Annotation a, Document d)
           
 String SampleAnnotationOrthography.stripPersonTitle(String annotString, Annotation annot, Document doc, Map<Integer,List<Annotation>> tokensMap, HashMap normalizedTokensMap, AnnotationSet nameAllAnnots)
           
 

Uses of ExecutionException in gate.creole.splitter
 

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

Uses of ExecutionException in gate.creole.test
 

Methods in gate.creole.test that throw ExecutionException
 void DynamicRegistrationTest.TestResource.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
protected  boolean SinglePhaseTransducer.fireRule(List<FSMInstance> acceptingFSMInstances, SinglePhaseTransducer.SearchState state, long lastNodeOff, SimpleSortedSet offsets, AnnotationSet inputAS, AnnotationSet outputAS, Document doc, SimpleSortedSet annotationsByOffset)
          Fire the rule that matched.
 void Batch.runControllerExecutionAbortedBlock(ActionContext ac, Controller c, Throwable t, Ontology o)
           
 void MultiPhaseTransducer.runControllerExecutionAbortedBlock(ActionContext ac, Controller c, Throwable throwable, Ontology o)
           
 void SinglePhaseTransducer.runControllerExecutionAbortedBlock(ActionContext ac, Controller c, Throwable t, Ontology o)
           
(package private)  void Transducer.runControllerExecutionAbortedBlock(ActionContext ac, Controller c, Throwable t, Ontology o)
           
 void Batch.runControllerExecutionFinishedBlock(ActionContext ac, Controller c, Ontology o)
           
 void MultiPhaseTransducer.runControllerExecutionFinishedBlock(ActionContext ac, Controller c, Ontology o)
           
 void SinglePhaseTransducer.runControllerExecutionFinishedBlock(ActionContext ac, Controller c, Ontology o)
           
(package private)  void Transducer.runControllerExecutionFinishedBlock(ActionContext ac, Controller c, Ontology o)
           
 void Batch.runControllerExecutionStartedBlock(ActionContext ac, Controller c, Ontology o)
           
 void MultiPhaseTransducer.runControllerExecutionStartedBlock(ActionContext ac, Controller c, Ontology o)
           
 void SinglePhaseTransducer.runControllerExecutionStartedBlock(ActionContext ac, Controller c, Ontology o)
           
(package private)  void Transducer.runControllerExecutionStartedBlock(ActionContext ac, Controller c, Ontology o)
           
 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.
 void SinglePhaseTransducer.transduce(Document doc, AnnotationSet inputAS, AnnotationSet outputAS)
          Transduce a document using the annotation set provided and the current rule application style.
abstract  void Transducer.transduce(Document doc, AnnotationSet inputAS, AnnotationSet outputAS)
          Transduce a document.
 

Uses of ExecutionException in gate.jape.functest
 

Methods in gate.jape.functest that throw ExecutionException
private  Set<Annotation> BaseJapeTests.runTransducer(Document doc, String japeFile, String ontologyURL)
          Executes transducer with the provided parameters and returns transduced annotations ordered
 void TestJape.testApplicationModes()
          This test loads a saved application which runs several JAPE grammars using different application modes on a specially prepared document.
 

Uses of ExecutionException in gate.util
 

Methods in gate.util that throw ExecutionException
static void Benchmark.executeWithBenchmarking(Executable executable, String benchmarkID, Object objectInvokingThisCheckPoint, Map benchmarkingFeatures)
          Executes the given Executable, logging its runtime under the given benchmark ID (which is propagated to the Executable if it is itself Benchmarkable).