| Package | Description | 
|---|---|
| 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.toolspackage 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  ResourcesandResourceSpecifiers. | 
| org.apache.uima.search | Standard UIMA interfaces for indexing and search. | 
| org.apache.uima.util | Utility classes and interfaces used by UIMA components. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnalysisEngineProcessExceptionAn  AnalysisEngineProcessExceptionmay be thrown by an Analysis Engine's process
 method, indicating that a failure occurred during processing. | 
| class  | ResultNotSupportedExceptionThis exception is thrown by an Analysis Engine when it receives a request to generate results
 that it cannot produce. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotatorConfigurationExceptionAn  AnnotatorConfigurationExceptionis thrown by an annotator if the settings of
 its configuration parameters are invalid. | 
| class  | AnnotatorContextExceptionAn  AnnotatorContextExceptionis thrown by anAnnotatorContextif it cannot
 complete the invoked operation due to a failure in the underlying implementation. | 
| class  | AnnotatorInitializationExceptionAn  AnnotatorInitializationExceptionmay be thrown by an annotator's initialize
 method, indicating that the annotator failed to successfully initialize itself. | 
| class  | AnnotatorProcessExceptionAn  AnnotatorProcessExceptionmay be thrown by an annotator's process method,
 indicating that a failure occurred during processing. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CASExceptionException class for package org.apache.uima.cas. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollectionExceptionThrown to indicate that there is a problem with some aspect of a Collection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CPMChunkTimeoutException | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | LocalInstallationAgent. verifyLocalizedComponent()Performs verification of the localized component by running the  InstallationTesterapplication. | 
| Constructor and Description | 
|---|
| InstallationTester(PackageBrowser pkgBrowser)Creates new instance of the  InstallationTesterclass, identifies a specified
 component using UIMA API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ResourceAccessExceptionThrown to indicate a failure has occurred in attempting to access an external resource. | 
| class  | ResourceConfigurationExceptionThrown to indicate that a  Resource's configuration parameters could not be set. | 
| class  | ResourceInitializationExceptionThrown by  Resource.initialize(ResourceSpecifier,Map)to indicate that a failure has
 occurred during initialization. | 
| class  | ResourceProcessExceptionThrown to indicate that a  Resourcehas encountered a problem during its processing. | 
| class  | ResourceServiceExceptionThrown to indicate that an error has occurred during communication with a remote resource
 service. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IndexingExceptionThrown by the Index to indicate that a failure has occurred during indexing. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InvalidXMLExceptionThrown by the  XMLParserto indicate that an XML document is invalid or does not specify a
 valid object of the desired class. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.