Uses of Interface
org.apache.uima.I18nExceptionI
Package
Description
Apache UIMA
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
Implementation and Low-Level API for the CAS Interfaces.
Classes and interfaces for collection processing.
Interfaces for
Resources
and ResourceSpecifiers
.Standard UIMA interfaces for indexing and search.
Utility classes and interfaces used by UIMA components.
-
Uses of I18nExceptionI in org.apache.uima
Modifier and TypeClassDescriptionclass
Thrown to indicate that a method has been passed an illegal or inappropriate argument.class
Signals that a method has been invoked at an illegal or inappropriate time.class
Thrown to indicate that the requested operation is not supported.class
This is the superclass for all checked exceptions in UIMA.class
This is the superclass for all unchecked exceptions in UIMA. -
Uses of I18nExceptionI in org.apache.uima.analysis_engine
Modifier and TypeClassDescriptionclass
AnAnalysisEngineProcessException
may be thrown by an Analysis Engine's process method, indicating that a failure occurred during processing.class
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
Modifier and TypeClassDescriptionclass
AnAnnotatorConfigurationException
is thrown by an annotator if the settings of its configuration parameters are invalid.class
AnAnnotatorContextException
is thrown by anAnnotatorContext
if it cannot complete the invoked operation due to a failure in the underlying implementation.class
AnAnnotatorInitializationException
may be thrown by an annotator's initialize method, indicating that the annotator failed to successfully initialize itself.class
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
Modifier and TypeClassDescriptionclass
Exception class for package org.apache.uima.cas.class
Runtime exception class for package org.apache.uima.cas. -
Uses of I18nExceptionI in org.apache.uima.cas.admin
-
Uses of I18nExceptionI in org.apache.uima.cas.impl
Modifier and TypeClassDescriptionclass
Exception class for package org.apache.uima.cas.impl. -
Uses of I18nExceptionI in org.apache.uima.collection
Modifier and TypeClassDescriptionclass
Thrown to indicate that there is a problem with some aspect of a Collection. -
Uses of I18nExceptionI in org.apache.uima.resource
Modifier and TypeClassDescriptionclass
Thrown to indicate a failure has occurred in attempting to access an external resource.class
Thrown to indicate that aResource
's configuration parameters could not be set.class
Thrown byResource.initialize(ResourceSpecifier,Map)
to indicate that a failure has occurred during initialization.class
Thrown to indicate that aResource
has encountered a problem during its processing.class
Thrown to indicate that an error has occurred during communication with a remote resource service. -
Uses of I18nExceptionI in org.apache.uima.search
Modifier and TypeClassDescriptionclass
Thrown by the Index to indicate that a failure has occurred during indexing. -
Uses of I18nExceptionI in org.apache.uima.util
Modifier and TypeClassDescriptionclass
Thrown by theXMLParser
to indicate that an XML document is invalid or does not specify a valid object of the desired class.