Uses of Class
org.apache.uima.uimacpp.InternalTafException
Packages that use InternalTafException
-
Uses of InternalTafException in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp that throw InternalTafExceptionModifier and TypeMethodDescriptionprivate voidUimacppEngine.batchProcessCompleteJNI()private voidUimacppEngine.collectionProcessCompleteJNI()private static voidUimacppEngine.configureResourceManagerJNI(String workDir, String dataDir) private voidUimacppEngine.constructorJNI()private static voidUimacppEngine.createResourceManagerJNI()private voidUimacppEngine.destroyJNI()private voidUimacppEngine.destructorJNI()private static StringUimacppEngine.getErrorMessageJNI(long errorId) private ObjectUimacppEngine.getSerializedDataJNI(int what) private ObjectUimacppEngine.getSerializedSegmentDataJNI(int what) private static StringUimacppEngine.getVersionJNI()private booleanUimacppEngine.hasNextSegmentJNI()private voidUimacppEngine.initializeJNI(String configFile) private voidUimacppEngine.nextSegmentJNI()private voidUimacppEngine.processJNI(int isTCas, String sofaName, int[] resultSpecTypes, int[] resultSpecFeatures) private voidUimacppEngine.releaseSegmentJNI()private voidUimacppEngine.resetJNI()private voidUimacppEngine.serializeCASJNI(boolean bSerializeData) private voidUimacppEngine.serializeSegmentJNI(boolean bSerializeData) private voidUimacppEngine.typeSystemInitJNI(String[] typeNames, String[] featureNames, int[] typeInheritance, int[] featDecls, int topTypeCode, int[] featureOffsets, int[] typeOrder, int[] stringSubTypes, String[] stringSubTypeValues, int[] stringSubTypeValuePos, String[] indexNames, int[] nameToIndexMap, int[] indexingStrategy, int[] comparatorIndex, int[] comparators)