Uses of Class
org.anchoranalysis.core.identifier.provider.NamedProviderGetException
Packages that use NamedProviderGetException
Package
Description
A collection of named-elements, a
NamedProvider and related operations.Data structures like
NamedProvider with
supporting for adding new elements.Features shared for referencing among calculations.
A collection of
Stacks, each with a unique identifier
as a name.A time-sequence of
Stacks.-
Uses of NamedProviderGetException in org.anchoranalysis.core.identifier.provider
Methods in org.anchoranalysis.core.identifier.provider that return NamedProviderGetExceptionModifier and TypeMethodDescriptionstatic NamedProviderGetExceptionNamedProviderGetException.nonExistingItem(String key) Creates using a standard-error message for a non-existing itemstatic NamedProviderGetExceptionNamedProviderGetException.nonExistingItem(String key, String providerName) LikenonExistingItem(String)but with a message that also includes a user-friendly-name for theNamedProvider.Methods in org.anchoranalysis.core.identifier.provider that throw NamedProviderGetExceptionModifier and TypeMethodDescriptiondefault TNamedProvider.getException(String identifier) Retrieves the item if it exists, or throws an exception if it doesn't exist.NamedProvider.getOptional(String identifier) Retrieves the item if it exists, or returnsOptional.empty()if it doesn't exist.NamedProviderBridge.getOptional(String key) NamedProviderCombine.getOptional(String key) -
Uses of NamedProviderGetException in org.anchoranalysis.core.identifier.provider.store
Methods in org.anchoranalysis.core.identifier.provider.store that throw NamedProviderGetExceptionModifier and TypeMethodDescriptionLazyEvaluationStore.getException(String key) LazyEvaluationStore.getOptional(String key) -
Uses of NamedProviderGetException in org.anchoranalysis.image.core.stack.named
Methods in org.anchoranalysis.image.core.stack.named that throw NamedProviderGetException -
Uses of NamedProviderGetException in org.anchoranalysis.image.io.stack.time
Methods in org.anchoranalysis.image.io.stack.time that throw NamedProviderGetException