Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceLoadingException
Packages that use ResourceLoadingException
Package
Description
-
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader
Subclasses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloaderModifier and TypeClassDescriptionclassThis exception is thrown whenever a resource-manager tries to load data using an invalid key.Methods in org.pentaho.reporting.libraries.resourceloader that throw ResourceLoadingExceptionModifier and TypeMethodDescriptionDefaultResourceManagerBackend.create(ResourceManager frontEnd, ResourceData data, ResourceKey context, Class[] target) ResourceFactory.create(ResourceManager manager, ResourceData data, ResourceKey context) Creates a resource by interpreting the data given in the resource-data object.ResourceManager.create(ResourceKey key, ResourceKey context) ResourceManager.create(ResourceKey key, ResourceKey context, Class target) ResourceManager.create(ResourceKey key, ResourceKey context, Class[] target) ResourceManagerBackend.create(ResourceManager frontEnd, ResourceData key, ResourceKey context, Class[] target) ResourceManager.createDirectly(Object keyValue, Class target) ResourceBundleData.deriveData(ResourceKey key) ResourceBundleData.deriveManager(ResourceManager parent) static ResourceKeyResourceKeyUtils.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.intResourceData.getResource(ResourceManager caller, byte[] target, long offset, int length) Tries to read data into the given byte-array.ResourceData.getResourceAsStream(ResourceManager caller) longResourceData.getVersion(ResourceManager caller) booleanDefaultResourceManagerBackend.isResourceUnchanged(ResourceManager frontEnd, Resource resource) booleanResourceManagerBackend.isResourceUnchanged(ResourceManager resourceManager, Resource resource) ResourceLoader.load(ResourceKey key) Loads the binary data represented by this key.ResourceManager.load(ResourceKey key) ResourceBundleLoader.loadBundle(ResourceManager resourceManager, ResourceKey key) Tries to load the bundle.DefaultResourceManagerBackend.loadRawData(ResourceManager frontEnd, ResourceKey key) ResourceManager.loadRawData(ResourceKey key) ResourceManagerBackend.loadRawData(ResourceManager frontEnd, ResourceKey key) DefaultResourceManagerBackend.loadResourceBundle(ResourceManager frontEnd, ResourceKey key) Tries to find the first resource-bundle-loader that would be able to process the key.ResourceManager.loadResourceBundle(ResourceKey key) Tries to find the first resource-bundle-loader that would be able to process the key.ResourceManagerBackend.loadResourceBundle(ResourceManager frontEnd, ResourceKey key) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.cache
Methods in org.pentaho.reporting.libraries.resourceloader.cache that throw ResourceLoadingExceptionModifier and TypeMethodDescriptionCachingResourceBundleData.deriveData(ResourceKey key) CachingResourceBundleData.deriveManager(ResourceManager parent) byte[]CachingResourceBundleData.getResource(ResourceManager caller) intCachingResourceBundleData.getResource(ResourceManager caller, byte[] target, long offset, int length) byte[]CachingResourceData.getResource(ResourceManager caller) intCachingResourceData.getResource(ResourceManager caller, byte[] target, long offset, int length) CachingResourceBundleData.getResourceAsStream(ResourceManager caller) CachingResourceData.getResourceAsStream(ResourceManager caller) longCachingResourceBundleData.getVersion(ResourceManager caller) longCachingResourceData.getVersion(ResourceManager caller) NullResourceBundleDataCache.put(ResourceManager caller, ResourceBundleData data) NullResourceDataCache.put(ResourceManager caller, ResourceData data) ResourceBundleDataCache.put(ResourceManager caller, ResourceBundleData data) Stores the given data on the cache.ResourceDataCache.put(ResourceManager caller, ResourceData data) Stores the given data on the cache.Constructors in org.pentaho.reporting.libraries.resourceloader.cache that throw ResourceLoadingExceptionModifierConstructorDescriptionDefaultResourceBundleDataCacheEntry(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 ResourceLoadingExceptionModifier and TypeMethodDescriptionintAbstractFactoryModule.canHandleResource(ResourceManager caller, ResourceData data) intFactoryModule.canHandleResource(ResourceManager caller, ResourceData data) AbstractResourceFactory.create(ResourceManager manager, ResourceData data, ResourceKey context) FactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.factory.drawable
Methods in org.pentaho.reporting.libraries.resourceloader.factory.drawable that throw ResourceLoadingExceptionModifier and TypeMethodDescriptionRejectGifImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) RejectJPEGImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) RejectPNGImageFactoryModule.create(ResourceManager caller, 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 ResourceLoadingExceptionModifier and TypeMethodDescriptionGIFImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) JPEGImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) 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 ResourceLoadingExceptionModifier and TypeMethodDescriptionPropertiesResourceFactory.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 ResourceLoadingExceptionModifier and TypeMethodDescriptionbyte[]AbstractResourceData.getResource(ResourceManager caller) intAbstractResourceData.getResource(ResourceManager caller, byte[] target, long offset, int length) URLResourceData.getResourceAsStream(ResourceManager caller) longURLResourceData.getVersion(ResourceManager caller) 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 ResourceLoadingExceptionModifier and TypeMethodDescriptionFileResourceData.getResourceAsStream(ResourceManager caller) longFileResourceData.getVersion(ResourceManager caller) FileResourceLoader.load(ResourceKey key) Constructors in org.pentaho.reporting.libraries.resourceloader.loader.file that throw ResourceLoadingException -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader.fileobject
Methods in org.pentaho.reporting.libraries.resourceloader.loader.fileobject that throw ResourceLoadingExceptionModifier and TypeMethodDescriptionFileObjectResourceData.getResourceAsStream(ResourceManager caller) longFileObjectResourceData.getVersion(ResourceManager caller) FileObjectResourceLoader.load(ResourceKey key) Constructors in org.pentaho.reporting.libraries.resourceloader.loader.fileobject that throw ResourceLoadingException -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader.raw
Methods in org.pentaho.reporting.libraries.resourceloader.loader.raw that throw ResourceLoadingExceptionModifier and TypeMethodDescriptionbyte[]RawResourceData.getResource(ResourceManager caller) intRawResourceData.getResource(ResourceManager caller, byte[] target, long offset, int length) Tries to read data into the given byte-array.RawResourceData.getResourceAsStream(ResourceManager caller) longRawResourceData.getVersion(ResourceManager caller) 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 ResourceLoadingExceptionModifier and TypeMethodDescriptionClassloaderResourceData.getResourceAsStream(ResourceManager caller) longClassloaderResourceData.getVersion(ResourceManager caller) 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 ResourceLoadingExceptionModifier and TypeMethodDescriptionZipResourceData.getResourceAsStream(ResourceManager caller) longZipResourceData.getVersion(ResourceManager caller) ZipResourceLoader.load(ResourceKey key) Constructors in org.pentaho.reporting.libraries.resourceloader.loader.zip that throw ResourceLoadingExceptionModifierConstructorDescriptionZipEntryKey(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 ResourceLoadingExceptionModifier and TypeMethodDescriptionEHResourceBundleDataCache.put(ResourceManager caller, ResourceBundleData data) 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 ResourceLoadingExceptionModifier and TypeMethodDescriptionintImageIOFactoryModule.canHandleResource(ResourceManager caller, ResourceData data) 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 ResourceLoadingExceptionModifier and TypeMethodDescriptionintWrapperSVGDrawableFactoryModule.canHandleResource(ResourceManager caller, ResourceData data) intWrapperSVGImageFactoryModule.canHandleResource(ResourceManager caller, ResourceData data) SVGDrawableFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) SVGImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) WrapperSVGDrawableFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) 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 ResourceLoadingExceptionModifier and TypeMethodDescriptionintWrapperWMFDrawableFactoryModule.canHandleResource(ResourceManager caller, ResourceData data) intWrapperWMFImageFactoryModule.canHandleResource(ResourceManager caller, ResourceData data) WMFDrawableFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) WMFImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) WrapperWMFDrawableFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) WrapperWMFImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)