Uses of Class
loci.common.services.DependencyException
Packages that use DependencyException
-
Uses of DependencyException in loci.common.services
Methods in loci.common.services that throw DependencyExceptionModifier and TypeMethodDescription<T extends Service>
TServiceFactory.getInstance(Class<T> type) Retrieves an instance of a given service.Constructors in loci.common.services that throw DependencyExceptionModifierConstructorDescriptionConstructor loading service configuration from the default location.ServiceFactory(String path) Constructor loading service configuration from a given location.