Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceException
Packages that use ResourceException
Package
Description
-
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader
Subclasses of ResourceException in org.pentaho.reporting.libraries.resourceloaderModifier and TypeClassDescriptionclassThe ContentNotRecognizedException signals that none of the selected resource factories was able to handle the request.classCreation-Date: 05.04.2006, 17:33:09classCreation-Date: 05.04.2006, 13:02:23classCreation-Date: 05.04.2006, 13:03:37classThis exception is thrown whenever a resource-manager tries to load data using an invalid key.Methods in org.pentaho.reporting.libraries.resourceloader that throw ResourceExceptionModifier and TypeMethodDescriptionCompoundResource.getResource()Resource.getResource()DefaultResourceManagerBackend.serialize(ResourceKey bundleKey, ResourceKey key) Creates a String version of theResourceKeythat can be deserialized with thedeserialize()method.ResourceBundleLoader.serialize(ResourceKey bundleKey, ResourceKey key) Serializes the resource key to a String representation which can be recreated using thedeserialize(ResourceKey)method.ResourceLoader.serialize(ResourceKey bundleKey, ResourceKey key) Serializes the resource key to a String representation which can be recreated using thedeserialize(ResourceKey)method.ResourceManager.serialize(ResourceKey bundleKey, ResourceKey key) Creates a String version of theResourceKeythat can be deserialized with thedeserialize()method.ResourceManagerBackend.serialize(ResourceKey bundleKey, ResourceKey key) -
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.cache
Methods in org.pentaho.reporting.libraries.resourceloader.cache that throw ResourceException -
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.factory
Subclasses of ResourceException in org.pentaho.reporting.libraries.resourceloader.factory -
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.loader.file
Methods in org.pentaho.reporting.libraries.resourceloader.loader.file that throw ResourceExceptionModifier and TypeMethodDescriptionFileResourceLoader.serialize(ResourceKey bundleKey, ResourceKey key) -
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.loader.fileobject
Methods in org.pentaho.reporting.libraries.resourceloader.loader.fileobject that throw ResourceExceptionModifier and TypeMethodDescriptionFileObjectResourceLoader.serialize(ResourceKey bundleKey, ResourceKey key) -
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.loader.raw
Methods in org.pentaho.reporting.libraries.resourceloader.loader.raw that throw ResourceExceptionModifier and TypeMethodDescriptionRawResourceLoader.serialize(ResourceKey bundleKey, ResourceKey key) Creates a String version of the resource key that can be used to generate a new ResourceKey object via deserialization -
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.loader.resource
Methods in org.pentaho.reporting.libraries.resourceloader.loader.resource that throw ResourceExceptionModifier and TypeMethodDescriptionClassloaderResourceLoader.serialize(ResourceKey bundleKey, ResourceKey key) Creates a String version of the resource key that can be used to generate a new ResourceKey object via deserialization -
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.loader.zip
Methods in org.pentaho.reporting.libraries.resourceloader.loader.zip that throw ResourceExceptionModifier and TypeMethodDescriptionZipResourceLoader.serialize(ResourceKey bundleKey, ResourceKey key)