|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader |
|---|
| Subclasses of ResourceException in org.pentaho.reporting.libraries.resourceloader | |
|---|---|
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:09 |
class |
ResourceKeyCreationException
Creation-Date: 05.04.2006, 13:02:23 |
class |
ResourceLoadingException
Creation-Date: 05.04.2006, 13:03:37 |
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 ResourceException | |
|---|---|
Object |
CompoundResource.getResource()
|
Object |
Resource.getResource()
|
String |
ResourceManager.serialize(ResourceKey bundleKey,
ResourceKey key)
Creates a String version of the ResourceKey that can be deserialized with the
deserialize() method. |
String |
ResourceBundleLoader.serialize(ResourceKey bundleKey,
ResourceKey key)
Serializes the resource key to a String representation which can be recreated using the deserialize(ResourceKey) |
String |
ResourceManagerBackend.serialize(ResourceKey bundleKey,
ResourceKey key)
|
String |
ResourceLoader.serialize(ResourceKey bundleKey,
ResourceKey key)
Serializes the resource key to a String representation which can be recreated using the deserialize(ResourceKey) |
String |
DefaultResourceManagerBackend.serialize(ResourceKey bundleKey,
ResourceKey key)
Creates a String version of the ResourceKey that can be deserialized with the
deserialize() method. |
| Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.cache |
|---|
| Methods in org.pentaho.reporting.libraries.resourceloader.cache that throw ResourceException | |
|---|---|
Object |
BundleCacheResourceWrapper.getResource()
|
| Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.loader.file |
|---|
| Methods in org.pentaho.reporting.libraries.resourceloader.loader.file that throw ResourceException | |
|---|---|
String |
FileResourceLoader.serialize(ResourceKey bundleKey,
ResourceKey key)
Generates a String representation of the ResourceKey specified. |
| Uses of ResourceException in org.pentaho.reporting.libraries.resourceloader.loader.raw |
|---|
| Methods in org.pentaho.reporting.libraries.resourceloader.loader.raw that throw ResourceException | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
String |
ZipResourceLoader.serialize(ResourceKey bundleKey,
ResourceKey key)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||