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
Stack
s, each with a unique identifier
as a name.A time-sequence of
Stack
s.-
Uses of NamedProviderGetException in org.anchoranalysis.core.identifier.provider
Methods in org.anchoranalysis.core.identifier.provider that return NamedProviderGetExceptionModifier and TypeMethodDescriptionstatic NamedProviderGetException
NamedProviderGetException.nonExistingItem
(String key) Creates using a standard-error message for a non-existing itemstatic NamedProviderGetException
NamedProviderGetException.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 T
NamedProvider.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