Uses of Interface
org.apache.uima.collection.metadata.CasProcessorErrorHandling
-
Packages that use CasProcessorErrorHandling Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima
. -
-
Uses of CasProcessorErrorHandling in org.apache.uima
Methods in org.apache.uima that return CasProcessorErrorHandling Modifier and Type Method Description CasProcessorErrorHandling
ResourceSpecifierFactory. createErrorHandling()
-
Uses of CasProcessorErrorHandling in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorErrorHandling Modifier and Type Class Description class
CasProcessorErrorHandlingImpl
Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorErrorHandling Modifier and Type Method Description CasProcessorErrorHandling
CasProcessorCpeObject. getErrorHandling()
static CasProcessorErrorHandling
CpeDescriptorFactory. produceCasProcessorErrorHandling()
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorErrorHandling Modifier and Type Method Description void
CasProcessorCpeObject. setErrorHandling(CasProcessorErrorHandling aErrorHandling)
-
Uses of CasProcessorErrorHandling in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CasProcessorErrorHandling Modifier and Type Method Description CasProcessorErrorHandling
CpeCasProcessor. getErrorHandling()
ReturnsCasProcessorErrorHandling
object containing strategies to deal with errors that may occur during processing. -
Uses of CasProcessorErrorHandling in org.apache.uima.impl
Methods in org.apache.uima.impl that return CasProcessorErrorHandling Modifier and Type Method Description CasProcessorErrorHandling
ResourceSpecifierFactory_impl. createErrorHandling()
-