Uses of Class
org.apache.uima.uimacpp.UimacppException
-
Packages that use UimacppException Package Description org.apache.uima.uimacpp -
-
Uses of UimacppException in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp that throw UimacppException Modifier and Type Method Description void
UimacppEngine. batchProcessComplete()
batchProcessCompletevoid
UimacppEngine. collectionProcessComplete()
CasConsumer collectionProcessCompletestatic void
UimacppEngine. configureResourceManager(String workDirectory, String dataDirectory)
Configure the TAF Resource Manager.static UimacppEngine
UimacppEngine. createJTafTAE(String configFile)
create a TAF engine with a config filevoid
UimacppEngine. destroy()
de-initializes the TAF engine.static String
UimacppEngine. getErrorMessage(long errorCode)
helper function to get the error message for some TAF error ID.static String
UimacppEngine. getTafJNIVersion()
helper function to get the TAF JNI version.boolean
UimacppEngine. hasNext()
hasNextvoid
UimacppEngine. next(CAS segment)
nextvoid
UimacppEngine. process(ResultSpecification rs, CAS aCas, boolean casIsEmpty)
process the document.Constructors in org.apache.uima.uimacpp that throw UimacppException Constructor Description UimacppEngine()
-