Uses of Class
com.uwyn.rife.resources.exceptions.ResourceFinderErrorException

Packages that use ResourceFinderErrorException
com.uwyn.rife.config.exceptions Provides exception classes for the configuration framework. 
com.uwyn.rife.database.exceptions Provides exception classes for the database framework. 
com.uwyn.rife.resources Provides classes and interfaces for the resource abstraction framework. 
com.uwyn.rife.resources.exceptions Provides exception classes for the resource abstraction framework. 
com.uwyn.rife.scheduler.schedulermanagers.exceptions Provides classes for the exceptions that can occur during the management of schedulers. 
 

Uses of ResourceFinderErrorException in com.uwyn.rife.config.exceptions
 

Constructors in com.uwyn.rife.config.exceptions with parameters of type ResourceFinderErrorException
ModificationTimeErrorException(String xmlPath, ResourceFinderErrorException cause)
           
 

Uses of ResourceFinderErrorException in com.uwyn.rife.database.exceptions
 

Constructors in com.uwyn.rife.database.exceptions with parameters of type ResourceFinderErrorException
ModificationTimeErrorException(String xmlPath, ResourceFinderErrorException cause)
           
 

Uses of ResourceFinderErrorException in com.uwyn.rife.resources
 

Methods in com.uwyn.rife.resources that throw ResourceFinderErrorException
protected  String DatabaseResources._getContent(Select getResourceContent, URL resource, String encoding)
           
protected
<ResultType>
ResultType
DatabaseResources._useStream(Select getResourceContent, URL resource, InputStreamUser user)
           
 String DatabaseResources.getContent(String name)
           
 String AbstractResourceFinder.getContent(String name)
           
 String ResourceFinder.getContent(String name)
          Retrieves the complete content of the resource that corresponds to the provided name.
 String DatabaseResources.getContent(String name, String encoding)
           
 String AbstractResourceFinder.getContent(String name, String encoding)
           
 String ResourceFinder.getContent(String name, String encoding)
          Retrieves the complete content of the resource that corresponds to the provided name.
 String DatabaseResources.getContent(URL resource)
           
 String AbstractResourceFinder.getContent(URL resource)
           
 String ResourceFinder.getContent(URL resource)
          Retrieves the complete content of the provided resource.
 String ResourceFinderGroup.getContent(URL resource, String encoding)
           
 String ResourceFinderDirectories.getContent(URL resource, String encoding)
           
 String ResourceFinderClasspath.getContent(URL resource, String encoding)
           
 String ResourceFinder.getContent(URL resource, String encoding)
          Retrieves the complete content of the provided resource.
 long DatabaseResources.getModificationTime(String name)
           
 long AbstractResourceFinder.getModificationTime(String name)
           
 long ResourceFinder.getModificationTime(String name)
          Retrieves the modification time of the resource that corresponds to the provided name.
 long ResourceFinderGroup.getModificationTime(URL resource)
           
 long ResourceFinderDirectories.getModificationTime(URL resource)
           
 long ResourceFinderClasspath.getModificationTime(URL resource)
           
static long ModificationTimeClasspath.getModificationTime(URL resource)
           
 long ResourceFinder.getModificationTime(URL resource)
          Retrieves the modification time of the provided resource.
<ResultType>
ResultType
DatabaseResources.useStream(String name, InputStreamUser user)
           
<ResultType>
ResultType
AbstractResourceFinder.useStream(String name, InputStreamUser user)
           
<ResultType>
ResultType
ResourceFinder.useStream(String name, InputStreamUser user)
          Returns a stream that can be used to read the contents of the resource that corresponds to the provided name.
<ResultType>
ResultType
ResourceFinderGroup.useStream(URL resource, InputStreamUser user)
           
<ResultType>
ResultType
ResourceFinderDirectories.useStream(URL resource, InputStreamUser user)
           
<ResultType>
ResultType
ResourceFinderClasspath.useStream(URL resource, InputStreamUser user)
           
<ResultType>
ResultType
ResourceFinder.useStream(URL resource, InputStreamUser user)
          Returns a stream that can be used to read the contents of the provided resource.
 

Uses of ResourceFinderErrorException in com.uwyn.rife.resources.exceptions
 

Subclasses of ResourceFinderErrorException in com.uwyn.rife.resources.exceptions
 class CantFindResourceJarEntryException
           
 class CantOpenResourceStreamException
           
 class CantRetrieveResourceContentException
           
 class CouldntAccessResourceFileException
           
 class CouldntAccessResourceJarException
           
 class UnsupportedResourceProtocolException
           
 

Uses of ResourceFinderErrorException in com.uwyn.rife.scheduler.schedulermanagers.exceptions
 

Constructors in com.uwyn.rife.scheduler.schedulermanagers.exceptions with parameters of type ResourceFinderErrorException
ModificationTimeErrorException(String xmlPath, ResourceFinderErrorException cause)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.