Uses of Interface
org.apache.uima.I18nExceptionI
-
Packages that use I18nExceptionI Package Description org.apache.uima Apache UIMAorg.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) Interfacesorg.apache.uima.cas.admin org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.collection Classes and interfaces for collection processing.org.apache.uima.collection.impl.base_cpm.container.deployer org.apache.uima.collection.impl.cpm.engine org.apache.uima.resource Interfaces forResources
andResourceSpecifiers
.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 I18nExceptionI in org.apache.uima
Classes in org.apache.uima that implement I18nExceptionI Modifier and Type Class Description class
UIMA_IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument.class
UIMA_IllegalStateException
Signals that a method has been invoked at an illegal or inappropriate time.class
UIMA_UnsupportedOperationException
Thrown to indicate that the requested operation is not supported.class
UIMAException
This is the superclass for all checked exceptions in UIMA.class
UIMARuntimeException
This is the superclass for all unchecked exceptions in UIMA. -
Uses of I18nExceptionI in org.apache.uima.analysis_engine
Classes in org.apache.uima.analysis_engine that implement I18nExceptionI Modifier and Type Class Description class
AnalysisEngineProcessException
AnAnalysisEngineProcessException
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 I18nExceptionI in org.apache.uima.analysis_engine.annotator
Classes in org.apache.uima.analysis_engine.annotator that implement I18nExceptionI Modifier and Type Class Description class
AnnotatorConfigurationException
AnAnnotatorConfigurationException
is thrown by an annotator if the settings of its configuration parameters are invalid.class
AnnotatorContextException
AnAnnotatorContextException
is thrown by anAnnotatorContext
if it cannot complete the invoked operation due to a failure in the underlying implementation.class
AnnotatorInitializationException
AnAnnotatorInitializationException
may be thrown by an annotator's initialize method, indicating that the annotator failed to successfully initialize itself.class
AnnotatorProcessException
AnAnnotatorProcessException
may be thrown by an annotator's process method, indicating that a failure occurred during processing. -
Uses of I18nExceptionI in org.apache.uima.cas
Classes in org.apache.uima.cas that implement I18nExceptionI Modifier and Type Class Description class
CASException
Exception class for package org.apache.uima.cas.class
CASRuntimeException
Runtime exception class for package org.apache.uima.cas. -
Uses of I18nExceptionI in org.apache.uima.cas.admin
Classes in org.apache.uima.cas.admin that implement I18nExceptionI Modifier and Type Class Description class
CASAdminException
-
Uses of I18nExceptionI in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement I18nExceptionI Modifier and Type Class Description class
LowLevelException
Exception class for package org.apache.uima.cas.impl. -
Uses of I18nExceptionI in org.apache.uima.collection
Classes in org.apache.uima.collection that implement I18nExceptionI Modifier and Type Class Description class
CollectionException
Thrown to indicate that there is a problem with some aspect of a Collection. -
Uses of I18nExceptionI in org.apache.uima.collection.impl.base_cpm.container.deployer
Classes in org.apache.uima.collection.impl.base_cpm.container.deployer that implement I18nExceptionI Modifier and Type Class Description class
CasProcessorDeploymentException
-
Uses of I18nExceptionI in org.apache.uima.collection.impl.cpm.engine
Classes in org.apache.uima.collection.impl.cpm.engine that implement I18nExceptionI Modifier and Type Class Description class
CPMChunkTimeoutException
The Class CPMChunkTimeoutException. -
Uses of I18nExceptionI in org.apache.uima.resource
Classes in org.apache.uima.resource that implement I18nExceptionI Modifier and Type Class Description class
ResourceAccessException
Thrown to indicate a failure has occurred in attempting to access an external resource.class
ResourceConfigurationException
Thrown to indicate that aResource
's configuration parameters could not be set.class
ResourceInitializationException
Thrown byResource.initialize(ResourceSpecifier,Map)
to indicate that a failure has occurred during initialization.class
ResourceProcessException
Thrown to indicate that aResource
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 I18nExceptionI in org.apache.uima.search
Classes in org.apache.uima.search that implement I18nExceptionI Modifier and Type Class Description class
IndexingException
Thrown by the Index to indicate that a failure has occurred during indexing. -
Uses of I18nExceptionI in org.apache.uima.util
Classes in org.apache.uima.util that implement I18nExceptionI Modifier and Type Class Description class
InvalidXMLException
Thrown by theXMLParser
to indicate that an XML document is invalid or does not specify a valid object of the desired class.
-