Uses of Class
org.apache.uima.InternationalizedRuntimeException
-
Packages that use InternationalizedRuntimeException Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.cas Common Analysis System (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 InternationalizedRuntimeException in org.apache.uima
Subclasses of InternationalizedRuntimeException 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.classUIMARuntimeExceptionThis is the superclass for all runtime exceptions in UIMA. -
Uses of InternationalizedRuntimeException in org.apache.uima.cas
Subclasses of InternationalizedRuntimeException in org.apache.uima.cas Modifier and Type Class Description classCASRuntimeExceptionRuntime exception class for package org.apache.uima.cas. -
Uses of InternationalizedRuntimeException in org.apache.uima.pear.tools
Subclasses of InternationalizedRuntimeException in org.apache.uima.pear.tools Modifier and Type Class Description classPackageInstallerExceptionException thrown if PEAR installation fails.
-