Uses of Class
org.apache.uima.resource.ResourceAccessException

Packages that use ResourceAccessException
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
 

Uses of ResourceAccessException in org.apache.uima
 

Methods in org.apache.uima that throw ResourceAccessException
 InputStream UimaContext.getResourceAsStream(String aKey)
          Retrieves an InputStream for reading from the named resource.
 InputStream UimaContext.getResourceAsStream(String aKey, String[] aParams)
          Retrieves an InputStream for reading from the named resource.
 String UimaContext.getResourceFilePath(String aKey)
          Retrieves the absolute file path to the named resource.
 String UimaContext.getResourceFilePath(String aKey, String[] aParams)
          Retrieves the absolute file path to the named resource.
 Object UimaContext.getResourceObject(String aKey)
          Retrieves the named resource object.
 Object UimaContext.getResourceObject(String aKey, String[] aParams)
          Retrieves the named resource object.
 URI UimaContext.getResourceURI(String aKey)
          Retrieves the URI to the named resource.
 URI UimaContext.getResourceURI(String aKey, String[] aParams)
          Retrieves the URI to the named resource.
 URL UimaContext.getResourceURL(String aKey)
          Retrieves the URL to the named resource.
 URL UimaContext.getResourceURL(String aKey, String[] aParams)
          Retrieves the URL to the named resource.
 

Uses of ResourceAccessException in org.apache.uima.resource
 

Methods in org.apache.uima.resource that throw ResourceAccessException
 Object ResourceManager.getResource(String aName)
          Gets the Resource that has been registered under the specified name.
 Object ResourceManager.getResource(String aName, String[] aParams)
          Gets an instance of a parameterized Resource.
 InputStream ResourceManager.getResourceAsStream(String aKey)
          Retrieves an InputStream for reading from the named resource.
 InputStream ResourceManager.getResourceAsStream(String aKey, String[] aParams)
          Retrieves an InputStream for reading from the named resource.
 URL ResourceManager.getResourceURL(String aKey)
          Retrieves the URL to the named resource.
 URL ResourceManager.getResourceURL(String aKey, String[] aParams)
          Retrieves the URL to the named resource.
 



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