Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceLoadingException

Packages that use ResourceLoadingException
org.pentaho.reporting.libraries.resourceloader   
org.pentaho.reporting.libraries.resourceloader.cache   
org.pentaho.reporting.libraries.resourceloader.factory   
org.pentaho.reporting.libraries.resourceloader.factory.image   
org.pentaho.reporting.libraries.resourceloader.factory.property   
org.pentaho.reporting.libraries.resourceloader.loader   
org.pentaho.reporting.libraries.resourceloader.loader.file   
org.pentaho.reporting.libraries.resourceloader.loader.raw   
org.pentaho.reporting.libraries.resourceloader.loader.resource   
org.pentaho.reporting.libraries.resourceloader.loader.zip   
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache   
org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio   
org.pentaho.reporting.libraries.resourceloader.modules.factory.svg   
org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf   
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader
 

Subclasses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader
 class UnrecognizedLoaderException
          This exception is thrown whenever a resource-manager tries to load data using an invalid key.
 

Methods in org.pentaho.reporting.libraries.resourceloader that throw ResourceLoadingException
 Resource ResourceManager.create(ResourceKey key, ResourceKey context)
           
 Resource ResourceManager.create(ResourceKey key, ResourceKey context, Class target)
           
 Resource ResourceManager.create(ResourceKey key, ResourceKey context, Class[] target)
           
 Resource ResourceFactory.create(ResourceManager manager, ResourceData data, ResourceKey context)
          Creates a resource by interpreting the data given in the resource-data object.
 Resource ResourceManagerBackend.create(ResourceManager frontEnd, ResourceData key, ResourceKey context, Class[] target)
           
 Resource DefaultResourceManagerBackend.create(ResourceManager frontEnd, ResourceData data, ResourceKey context, Class[] target)
           
 Resource ResourceManager.createDirectly(Object keyValue, Class target)
           
 ResourceBundleData ResourceBundleData.deriveData(ResourceKey key)
           
 ResourceManager ResourceBundleData.deriveManager(ResourceManager parent)
           
static ResourceKey ResourceKeyUtils.embedResourceInKey(ResourceManager manager, ResourceKey source, Map factoryParameters)
          Returns a new ResourceKey with the specified source resource embedded inside as a byte []
 byte[] ResourceData.getResource(ResourceManager caller)
          This is dangerous, especially if the resource is large.
 int ResourceData.getResource(ResourceManager caller, byte[] target, long offset, int length)
          Tries to read data into the given byte-array.
 InputStream ResourceData.getResourceAsStream(ResourceManager caller)
           
 long ResourceData.getVersion(ResourceManager caller)
           
 boolean ResourceManagerBackend.isResourceUnchanged(ResourceManager resourceManager, Resource resource)
           
 boolean DefaultResourceManagerBackend.isResourceUnchanged(ResourceManager frontEnd, Resource resource)
           
 ResourceData ResourceManager.load(ResourceKey key)
           
 ResourceData ResourceLoader.load(ResourceKey key)
          Loads the binary data represented by this key.
 ResourceBundleData ResourceBundleLoader.loadBundle(ResourceManager resourceManager, ResourceKey key)
          Tries to load the bundle.
 ResourceData ResourceManager.loadRawData(ResourceKey key)
           
 ResourceData ResourceManagerBackend.loadRawData(ResourceManager frontEnd, ResourceKey key)
           
 ResourceData DefaultResourceManagerBackend.loadRawData(ResourceManager frontEnd, ResourceKey key)
           
 ResourceBundleData ResourceManager.loadResourceBundle(ResourceKey key)
          Tries to find the first resource-bundle-loader that would be able to process the key.
 ResourceBundleData ResourceManagerBackend.loadResourceBundle(ResourceManager frontEnd, ResourceKey key)
           
 ResourceBundleData DefaultResourceManagerBackend.loadResourceBundle(ResourceManager frontEnd, ResourceKey key)
          Tries to find the first resource-bundle-loader that would be able to process the key.
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.cache
 

Methods in org.pentaho.reporting.libraries.resourceloader.cache that throw ResourceLoadingException
 ResourceBundleData CachingResourceBundleData.deriveData(ResourceKey key)
           
 ResourceManager CachingResourceBundleData.deriveManager(ResourceManager parent)
           
 byte[] CachingResourceData.getResource(ResourceManager caller)
           
 byte[] CachingResourceBundleData.getResource(ResourceManager caller)
           
 int CachingResourceData.getResource(ResourceManager caller, byte[] target, long offset, int length)
           
 int CachingResourceBundleData.getResource(ResourceManager caller, byte[] target, long offset, int length)
           
 InputStream CachingResourceData.getResourceAsStream(ResourceManager caller)
           
 InputStream CachingResourceBundleData.getResourceAsStream(ResourceManager caller)
           
 long CachingResourceData.getVersion(ResourceManager caller)
           
 long CachingResourceBundleData.getVersion(ResourceManager caller)
           
 ResourceBundleData NullResourceBundleDataCache.put(ResourceManager caller, ResourceBundleData data)
           
 ResourceBundleData ResourceBundleDataCache.put(ResourceManager caller, ResourceBundleData data)
          Stores the given data on the cache.
 ResourceData ResourceDataCache.put(ResourceManager caller, ResourceData data)
          Stores the given data on the cache.
 ResourceData NullResourceDataCache.put(ResourceManager caller, ResourceData data)
           
 

Constructors in org.pentaho.reporting.libraries.resourceloader.cache that throw ResourceLoadingException
DefaultResourceBundleDataCacheEntry(ResourceBundleData data, ResourceManager manager)
           
DefaultResourceDataCacheEntry(ResourceData data, ResourceManager manager)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.factory
 

Methods in org.pentaho.reporting.libraries.resourceloader.factory that throw ResourceLoadingException
 int AbstractFactoryModule.canHandleResource(ResourceManager caller, ResourceData data)
           
 int FactoryModule.canHandleResource(ResourceManager caller, ResourceData data)
           
 Resource FactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 Resource AbstractResourceFactory.create(ResourceManager manager, ResourceData data, ResourceKey context)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.factory.image
 

Methods in org.pentaho.reporting.libraries.resourceloader.factory.image that throw ResourceLoadingException
 Resource GIFImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 Resource JPEGImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 Resource PNGImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.factory.property
 

Methods in org.pentaho.reporting.libraries.resourceloader.factory.property that throw ResourceLoadingException
 Resource PropertiesResourceFactory.create(ResourceManager manager, ResourceData data, ResourceKey context)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader
 

Methods in org.pentaho.reporting.libraries.resourceloader.loader that throw ResourceLoadingException
 byte[] AbstractResourceData.getResource(ResourceManager caller)
           
 int AbstractResourceData.getResource(ResourceManager caller, byte[] target, long offset, int length)
           
 InputStream URLResourceData.getResourceAsStream(ResourceManager caller)
           
 long URLResourceData.getVersion(ResourceManager caller)
           
 ResourceData URLResourceLoader.load(ResourceKey key)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader.file
 

Methods in org.pentaho.reporting.libraries.resourceloader.loader.file that throw ResourceLoadingException
 InputStream FileResourceData.getResourceAsStream(ResourceManager caller)
           
 long FileResourceData.getVersion(ResourceManager caller)
           
 ResourceData FileResourceLoader.load(ResourceKey key)
           
 

Constructors in org.pentaho.reporting.libraries.resourceloader.loader.file that throw ResourceLoadingException
FileResourceData(ResourceKey key)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader.raw
 

Methods in org.pentaho.reporting.libraries.resourceloader.loader.raw that throw ResourceLoadingException
 byte[] RawResourceData.getResource(ResourceManager caller)
           
 int RawResourceData.getResource(ResourceManager caller, byte[] target, long offset, int length)
          Tries to read data into the given byte-array.
 InputStream RawResourceData.getResourceAsStream(ResourceManager caller)
           
 long RawResourceData.getVersion(ResourceManager caller)
           
 ResourceData RawResourceLoader.load(ResourceKey key)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader.resource
 

Methods in org.pentaho.reporting.libraries.resourceloader.loader.resource that throw ResourceLoadingException
 InputStream ClassloaderResourceData.getResourceAsStream(ResourceManager caller)
           
 long ClassloaderResourceData.getVersion(ResourceManager caller)
           
 ResourceData ClassloaderResourceLoader.load(ResourceKey key)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader.zip
 

Methods in org.pentaho.reporting.libraries.resourceloader.loader.zip that throw ResourceLoadingException
 InputStream ZipResourceData.getResourceAsStream(ResourceManager caller)
           
 long ZipResourceData.getVersion(ResourceManager caller)
           
 ResourceData ZipResourceLoader.load(ResourceKey key)
           
 

Constructors in org.pentaho.reporting.libraries.resourceloader.loader.zip that throw ResourceLoadingException
ZipEntryKey(ResourceManager manager, File zipFile, String entryName)
           
ZipEntryKey(ResourceManager manager, String zipFile, String entryName)
           
ZipEntryKey(ResourceManager manager, URL zipFile, String entryName)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache
 

Methods in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache that throw ResourceLoadingException
 ResourceBundleData EHResourceBundleDataCache.put(ResourceManager caller, ResourceBundleData data)
           
 ResourceData EHResourceDataCache.put(ResourceManager caller, ResourceData data)
          Stores the given data on the cache.
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio
 

Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio that throw ResourceLoadingException
 int ImageIOFactoryModule.canHandleResource(ResourceManager caller, ResourceData data)
           
 Resource ImageIOFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg
 

Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg that throw ResourceLoadingException
 int WrapperSVGDrawableFactoryModule.canHandleResource(ResourceManager caller, ResourceData data)
           
 int WrapperSVGImageFactoryModule.canHandleResource(ResourceManager caller, ResourceData data)
           
 Resource SVGDrawableFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 Resource WrapperSVGDrawableFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 Resource SVGImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 Resource WrapperSVGImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 

Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf
 

Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf that throw ResourceLoadingException
 int WrapperWMFDrawableFactoryModule.canHandleResource(ResourceManager caller, ResourceData data)
           
 int WrapperWMFImageFactoryModule.canHandleResource(ResourceManager caller, ResourceData data)
           
 Resource WrapperWMFDrawableFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 Resource WMFImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 Resource WMFDrawableFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)
           
 Resource WrapperWMFImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)