Uses of Class
org.apache.uima.InternationalizedException
Packages that use InternationalizedException
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
The Analysis Engine interface, along with supporting
interfaces and exception classes.
The Annotator Interfaces, along with supporting interfaces
and exception classes.
Common Analysis System (CAS) Interfaces.
Classes and interfaces for collection processing.
The
org.apache.uima.pear.tools package provides applications
and tools that allow installing PEAR packages containing UIMA-compliant
components, verifying serviceability of installed components by using
UIMA API and browsing PEAR packages.Interfaces for
Resources and ResourceSpecifiers.Standard UIMA interfaces for indexing and search.
Utility classes and interfaces used by UIMA components.
-
Uses of InternationalizedException in org.apache.uima
Subclasses of InternationalizedException in org.apache.uimaModifier and TypeClassDescriptionclassThis is the superclass for all exceptions in UIMA. -
Uses of InternationalizedException in org.apache.uima.analysis_engine
Subclasses of InternationalizedException in org.apache.uima.analysis_engineModifier and TypeClassDescriptionclassAnAnalysisEngineProcessExceptionmay be thrown by an Analysis Engine's process method, indicating that a failure occurred during processing.classThis exception is thrown by an Analysis Engine when it receives a request to generate results that it cannot produce. -
Uses of InternationalizedException in org.apache.uima.analysis_engine.annotator
Subclasses of InternationalizedException in org.apache.uima.analysis_engine.annotatorModifier and TypeClassDescriptionclassAnAnnotatorConfigurationExceptionis thrown by an annotator if the settings of its configuration parameters are invalid.classAnAnnotatorContextExceptionis thrown by anAnnotatorContextif it cannot complete the invoked operation due to a failure in the underlying implementation.classAnAnnotatorInitializationExceptionmay be thrown by an annotator's initialize method, indicating that the annotator failed to successfully initialize itself.classAnAnnotatorProcessExceptionmay be thrown by an annotator's process method, indicating that a failure occurred during processing. -
Uses of InternationalizedException in org.apache.uima.cas
Subclasses of InternationalizedException in org.apache.uima.casModifier and TypeClassDescriptionclassException class for package org.apache.uima.cas. -
Uses of InternationalizedException in org.apache.uima.collection
Subclasses of InternationalizedException in org.apache.uima.collectionModifier and TypeClassDescriptionclassThrown to indicate that there is a problem with some aspect of a Collection. -
Uses of InternationalizedException in org.apache.uima.collection.impl.base_cpm.container.deployer
-
Uses of InternationalizedException in org.apache.uima.collection.impl.cpm.engine
Subclasses of InternationalizedException in org.apache.uima.collection.impl.cpm.engine -
Uses of InternationalizedException in org.apache.uima.pear.tools
Subclasses of InternationalizedException in org.apache.uima.pear.toolsModifier and TypeClassDescriptionclassException thrown if the PEAR package generation fails. -
Uses of InternationalizedException in org.apache.uima.resource
Subclasses of InternationalizedException in org.apache.uima.resourceModifier and TypeClassDescriptionclassThrown to indicate a failure has occurred in attempting to access an external resource.classThrown to indicate that aResource's configuration parameters could not be set.classThrown byResource.initialize(ResourceSpecifier,Map)to indicate that a failure has occurred during initialization.classThrown to indicate that aResourcehas encountered a problem during its processing.classThrown to indicate that an error has occurred during communication with a remote resource service. -
Uses of InternationalizedException in org.apache.uima.search
Subclasses of InternationalizedException in org.apache.uima.searchModifier and TypeClassDescriptionclassThrown by the Index to indicate that a failure has occurred during indexing. -
Uses of InternationalizedException in org.apache.uima.util
Subclasses of InternationalizedException in org.apache.uima.utilModifier and TypeClassDescriptionclassThrown by theXMLParserto indicate that an XML document is invalid or does not specify a valid object of the desired class.