Uses of Class
ddf.catalog.resource.ResourceNotSupportedException
Packages that use ResourceNotSupportedException
Package
Description
Provides the classes for the Catalog Framework API and implementation.
Provides the classes for the Catalog Resource API and implementation.
-
Uses of ResourceNotSupportedException in ddf.catalog
Methods in ddf.catalog that throw ResourceNotSupportedExceptionModifier and TypeMethodDescriptionCatalogFramework.getEnterpriseResource(ResourceRequest request) CatalogFramework.getLocalResource(ResourceRequest request) Evaluate aResourceRequestusing availableResourceReaders (does not attempt to locate the resource via federation).CatalogFramework.getResource(ResourceRequest request, String resourceSiteName) Evaluate aResourceRequestusing the specified site name. -
Uses of ResourceNotSupportedException in ddf.catalog.resource
Methods in ddf.catalog.resource that throw ResourceNotSupportedExceptionModifier and TypeMethodDescriptionResourceReader.retrieveResource(URI uri, Map<String, Serializable> arguments) Stores theResourceusing the supplied id and optional argumentsResourceWriter.storeResource(Resource resource, Map<String, Object> arguments) Stores theResourcewith optional arguments