Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceException
-
-
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader
Subclasses of ResourceException in org.pentaho.reporting.libraries.resourceloader Modifier and Type Class Description class
ContentNotRecognizedException
The ContentNotRecognizedException signals that none of the selected resource factories was able to handle the request.class
ResourceCreationException
Creation-Date: 05.04.2006, 17:33:09class
ResourceKeyCreationException
Creation-Date: 05.04.2006, 13:02:23class
ResourceLoadingException
Creation-Date: 05.04.2006, 13:03:37class
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 ResourceException Modifier and Type Method Description Object
CompoundResource. getResource()
Object
Resource. getResource()
String
DefaultResourceManagerBackend. serialize(ResourceKey bundleKey, ResourceKey key)
Creates a String version of theResourceKey
that can be deserialized with thedeserialize()
method.String
ResourceBundleLoader. serialize(ResourceKey bundleKey, ResourceKey key)
Serializes the resource key to a String representation which can be recreated using thedeserialize(ResourceKey)
method.
String
ResourceLoader. serialize(ResourceKey bundleKey, ResourceKey key)
Serializes the resource key to a String representation which can be recreated using thedeserialize(ResourceKey)
method.
String
ResourceManager. serialize(ResourceKey bundleKey, ResourceKey key)
Creates a String version of theResourceKey
that can be deserialized with thedeserialize()
method.String
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 Modifier and Type Method Description Object
BundleCacheResourceWrapper. getResource()
-
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.factory
Subclasses of ResourceException in org.pentaho.reporting.libraries.resourceloader.factory Modifier and Type Class Description class
ResourceRejectedException
-
Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.loader.file
Methods in org.pentaho.reporting.libraries.resourceloader.loader.file that throw ResourceException Modifier and Type Method Description String
FileResourceLoader. 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 ResourceException Modifier and Type Method Description String
FileObjectResourceLoader. 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 ResourceException Modifier and Type Method Description String
RawResourceLoader. 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 ResourceException Modifier and Type Method Description String
ClassloaderResourceLoader. 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 ResourceException Modifier and Type Method Description String
ZipResourceLoader. serialize(ResourceKey bundleKey, ResourceKey key)
-