Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceCreationException
Packages that use ResourceCreationException
Package
Description
-
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader
Subclasses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloaderModifier and TypeClassDescriptionclass
The ContentNotRecognizedException signals that none of the selected resource factories was able to handle the request.Methods in org.pentaho.reporting.libraries.resourceloader that throw ResourceCreationExceptionModifier 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) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.factory
Methods in org.pentaho.reporting.libraries.resourceloader.factory that throw ResourceCreationExceptionModifier and TypeMethodDescriptionint
AbstractFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) int
FactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) AbstractResourceFactory.create
(ResourceManager manager, ResourceData data, ResourceKey context) FactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.factory.drawable
Methods in org.pentaho.reporting.libraries.resourceloader.factory.drawable that throw ResourceCreationExceptionModifier 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 ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.factory.property
Methods in org.pentaho.reporting.libraries.resourceloader.factory.property that throw ResourceCreationExceptionModifier and TypeMethodDescriptionPropertiesResourceFactory.create
(ResourceManager manager, ResourceData data, ResourceKey context) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio that throw ResourceCreationExceptionModifier and TypeMethodDescriptionint
ImageIOFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) ImageIOFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg that throw ResourceCreationExceptionModifier and TypeMethodDescriptionint
WrapperSVGDrawableFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) int
WrapperSVGImageFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) WrapperSVGDrawableFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) WrapperSVGImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf that throw ResourceCreationExceptionModifier and TypeMethodDescriptionint
WrapperWMFDrawableFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) int
WrapperWMFImageFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) WrapperWMFDrawableFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) WrapperWMFImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context)