|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIMAException | |
---|---|
org.apache.uima.analysis_engine | The Analysis Engine interface, along with supporting interfaces and exception classes. |
org.apache.uima.analysis_engine.annotator | The Annotator Interfaces, along with supporting interfaces and exception classes. |
org.apache.uima.cas | Common Analysis System (CAS) Interfaces. |
org.apache.uima.collection | Classes and interfaces for collection processing. |
org.apache.uima.collection.impl.cpm.engine | |
org.apache.uima.pear.tools | 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. |
org.apache.uima.resource | Interfaces for Resources and ResourceSpecifiers . |
org.apache.uima.search | Standard UIMA interfaces for indexing and search. |
org.apache.uima.util | Utility classes and interfaces used by UIMA components. |
Uses of UIMAException in org.apache.uima.analysis_engine |
---|
Subclasses of UIMAException in org.apache.uima.analysis_engine | |
---|---|
class |
AnalysisEngineProcessException
An AnalysisEngineProcessException may be thrown by an Analysis Engine's process
method, indicating that a failure occurred during processing. |
class |
ResultNotSupportedException
This exception is thrown by an Analysis Engine when it receives a request to generate results that it cannot produce. |
Uses of UIMAException in org.apache.uima.analysis_engine.annotator |
---|
Subclasses of UIMAException in org.apache.uima.analysis_engine.annotator | |
---|---|
class |
AnnotatorConfigurationException
An AnnotatorConfigurationException is thrown by an annotator if the settings of
its configuration parameters are invalid. |
class |
AnnotatorContextException
An AnnotatorContextException is thrown by an AnnotatorContext if it cannot
complete the invoked operation due to a failure in the underlying implementation. |
class |
AnnotatorInitializationException
An AnnotatorInitializationException may be thrown by an annotator's initialize
method, indicating that the annotator failed to successfully initialize itself. |
class |
AnnotatorProcessException
An AnnotatorProcessException may be thrown by an annotator's process method,
indicating that a failure occurred during processing. |
Uses of UIMAException in org.apache.uima.cas |
---|
Subclasses of UIMAException in org.apache.uima.cas | |
---|---|
class |
CASException
Exception class for package org.apache.uima.cas. |
Uses of UIMAException in org.apache.uima.collection |
---|
Subclasses of UIMAException in org.apache.uima.collection | |
---|---|
class |
CollectionException
Thrown to indicate that there is a problem with some aspect of a Collection. |
Uses of UIMAException in org.apache.uima.collection.impl.cpm.engine |
---|
Subclasses of UIMAException in org.apache.uima.collection.impl.cpm.engine | |
---|---|
class |
CPMChunkTimeoutException
|
Uses of UIMAException in org.apache.uima.pear.tools |
---|
Methods in org.apache.uima.pear.tools that throw UIMAException | |
---|---|
boolean |
LocalInstallationAgent.verifyLocalizedComponent()
Performs verification of the localized component by running the InstallationTester
application. |
Constructors in org.apache.uima.pear.tools that throw UIMAException | |
---|---|
InstallationTester(PackageBrowser pkgBrowser)
Creates new instance of the InstallationTester class, identifies a specified
component using UIMA API. |
Uses of UIMAException in org.apache.uima.resource |
---|
Subclasses of UIMAException in org.apache.uima.resource | |
---|---|
class |
ResourceAccessException
Thrown to indicate a failure has occurred in attempting to access an external resource. |
class |
ResourceConfigurationException
Thrown to indicate that a Resource 's configuration paramters could not be set. |
class |
ResourceInitializationException
Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has
occurred during initialization. |
class |
ResourceProcessException
Thrown to indicate that a Resource has encountered a problem during its processing. |
class |
ResourceServiceException
Thrown to indicate that an error has occurred during communication with a remote resource service. |
Uses of UIMAException in org.apache.uima.search |
---|
Subclasses of UIMAException in org.apache.uima.search | |
---|---|
class |
IndexingException
Thrown by the Index to indicate that a failure has occurred during indexing. |
Uses of UIMAException in org.apache.uima.util |
---|
Subclasses of UIMAException in org.apache.uima.util | |
---|---|
class |
InvalidXMLException
Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a
valid object of the desired class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |