Uses of Class
gate.util.GateRuntimeException

Packages that use GateRuntimeException
gate.corpora   
gate.creole   
gate.creole.coref   
gate.creole.ontology The GATE ontology API. 
gate.util   
 

Uses of GateRuntimeException in gate.corpora
 

Subclasses of GateRuntimeException in gate.corpora
 class SynchronisationException
           
 

Uses of GateRuntimeException in gate.creole
 

Methods in gate.creole that throw GateRuntimeException
protected  void POSTagger.addFeatures(Annotation annot, String featureName, String featureValue)
           
 

Uses of GateRuntimeException in gate.creole.coref
 

Methods in gate.creole.coref that throw GateRuntimeException
protected  void AbstractCoreferencer.generateCorefChains(HashMap ana2ant)
          ---
 

Uses of GateRuntimeException in gate.creole.ontology
 

Subclasses of GateRuntimeException in gate.creole.ontology
 class GateOntologyException
          Exception used to signal an gate ontology exception within Gate.
 class InvalidURIException
          This exception is thrown when a URI is not valid.
 

Uses of GateRuntimeException in gate.util
 

Subclasses of GateRuntimeException in gate.util
 class MethodNotImplementedException