Uses of Class
org.apache.uima.UIMARuntimeException
-
Packages that use UIMARuntimeException Package Description org.apache.uima Apache UIMAorg.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.pear.tools Theorg.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. -
-
Uses of UIMARuntimeException in org.apache.uima
Subclasses of UIMARuntimeException in org.apache.uima Modifier and Type Class Description classUIMA_IllegalArgumentExceptionThrown to indicate that a method has been passed an illegal or inappropriate argument.classUIMA_IllegalStateExceptionSignals that a method has been invoked at an illegal or inappropriate time.classUIMA_UnsupportedOperationExceptionThrown to indicate that the requested operation is not supported. -
Uses of UIMARuntimeException in org.apache.uima.cas
Subclasses of UIMARuntimeException in org.apache.uima.cas Modifier and Type Class Description classCASRuntimeExceptionRuntime exception class for package org.apache.uima.cas. -
Uses of UIMARuntimeException in org.apache.uima.cas.admin
Subclasses of UIMARuntimeException in org.apache.uima.cas.admin Modifier and Type Class Description classCASAdminException -
Uses of UIMARuntimeException in org.apache.uima.cas.impl
Subclasses of UIMARuntimeException in org.apache.uima.cas.impl Modifier and Type Class Description classLowLevelExceptionException class for package org.apache.uima.cas.impl. -
Uses of UIMARuntimeException in org.apache.uima.pear.tools
Constructors in org.apache.uima.pear.tools that throw UIMARuntimeException Constructor Description InstallationTester(PackageBrowser pkgBrowser)Creates new instance of theInstallationTesterclass, identifies a specified component using UIMA API.
-