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 voidUimacppEngine. batchProcessComplete()batchProcessCompletevoidUimacppEngine. collectionProcessComplete()CasConsumer collectionProcessCompletestatic voidUimacppEngine. configureResourceManager(java.lang.String workDirectory, java.lang.String dataDirectory)Configure the TAF Resource Manager.static UimacppEngineUimacppEngine. createJTafTAE(java.lang.String configFile)create a TAF engine with a config filevoidUimacppEngine. destroy()de-initializes the TAF engine.static java.lang.StringUimacppEngine. getErrorMessage(long errorCode)helper function to get the error message for some TAF error ID.static java.lang.StringUimacppEngine. getTafJNIVersion()helper function to get the TAF JNI version.booleanUimacppEngine. hasNext()hasNextvoidUimacppEngine. next(CAS segment)nextvoidUimacppEngine. process(ResultSpecification rs, CAS aCas, boolean casIsEmpty)process the document.Constructors in org.apache.uima.uimacpp that throw UimacppException Constructor Description UimacppEngine()
-