Uses of Class
org.apache.uima.collection.CollectionException

Packages that use CollectionException
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.base_cpm   
org.apache.uima.collection.impl   
org.apache.uima.collection.impl.cpm.engine   
org.apache.uima.examples.cpe Examples of using the Collection Processing Manager (CPM). 
org.apache.uima.examples.xmi   
org.apache.uima.tools.components   
 

Uses of CollectionException in org.apache.uima.collection
 

Methods in org.apache.uima.collection that throw CollectionException
 void CollectionReader.getNext(CAS aCAS)
          Gets the next element of the collection.
 void CasInitializer.initializeCas(java.lang.Object aObj, CAS aCAS)
          Deprecated. Reads content and metadata from an Object and initializes a CAS.
 

Uses of CollectionException in org.apache.uima.collection.base_cpm
 

Methods in org.apache.uima.collection.base_cpm that throw CollectionException
 CasData CasDataCollectionReader.getNext()
          Gets the next CasData from this CollectionReader.
 CasData[] CasDataCollectionReader.getNext(int aNumToGet)
          Gets multiple CasData objects from this CasDataCollectionReader.
 boolean BaseCollectionReader.hasNext()
          Gets whether there are any elements remaining to be read from this CollectionReader.
 CasData CasDataInitializer.initializeCas(java.lang.Object aObj)
          Deprecated. Reads content and metadata from an Object and creates a CasData.
 void RecoverableCollectionReader.moveTo(SynchPoint aSynchPoint)
          Start CollectionReader recovery to a given synch point
 

Uses of CollectionException in org.apache.uima.collection.impl
 

Methods in org.apache.uima.collection.impl that throw CollectionException
 void CasConverter.casDataToCasContainer(CasData aData, CAS aContainer, boolean aLenient)
          Convert CAS Data to CAS Container (aka CAS Object)
 

Uses of CollectionException in org.apache.uima.collection.impl.cpm.engine
 

Methods in org.apache.uima.collection.impl.cpm.engine that throw CollectionException
protected  boolean ProcessingUnit.processNext(java.lang.Object[] aCasObjectList, ProcessTrace pTrTemp)
          Executes the processing pipeline.
 

Uses of CollectionException in org.apache.uima.examples.cpe
 

Methods in org.apache.uima.examples.cpe that throw CollectionException
 void FileSystemCollectionReader.getNext(CAS aCAS)
           
 

Uses of CollectionException in org.apache.uima.examples.xmi
 

Methods in org.apache.uima.examples.xmi that throw CollectionException
 void XmiCollectionReader.getNext(CAS aCAS)
           
 

Uses of CollectionException in org.apache.uima.tools.components
 

Methods in org.apache.uima.tools.components that throw CollectionException
 void FileSystemCollectionReader.getNext(CAS aCAS)
           
 



Copyright © 2013. All Rights Reserved.