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 TypeClassDescriptionclassThe 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 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 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 TypeMethodDescriptionintImageIOFactoryModule.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 TypeMethodDescriptionintWrapperSVGDrawableFactoryModule.canHandleResource(ResourceManager caller, ResourceData data) intWrapperSVGImageFactoryModule.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 TypeMethodDescriptionintWrapperWMFDrawableFactoryModule.canHandleResource(ResourceManager caller, ResourceData data) intWrapperWMFImageFactoryModule.canHandleResource(ResourceManager caller, ResourceData data) WrapperWMFDrawableFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context) WrapperWMFImageFactoryModule.create(ResourceManager caller, ResourceData data, ResourceKey context)