Uses of Class
org.apache.uima.UIMARuntimeException

Packages that use UIMARuntimeException
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 The org.apache.uima.pear.tools package 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
 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.
 

Uses of UIMARuntimeException in org.apache.uima.cas
 

Subclasses of UIMARuntimeException in org.apache.uima.cas
 class CASRuntimeException
          Runtime exception class for package org.apache.uima.cas.
 

Uses of UIMARuntimeException in org.apache.uima.pear.tools
 

Constructors in org.apache.uima.pear.tools that throw UIMARuntimeException
InstallationTester(PackageBrowser pkgBrowser)
          Creates new instance of the InstallationTester class, identifies a specified component using UIMA API.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.