Uses of Class
org.craftercms.core.exception.InvalidStoreTypeException
Packages that use InvalidStoreTypeException
-
Uses of InvalidStoreTypeException in org.craftercms.core.service
Methods in org.craftercms.core.service that throw InvalidStoreTypeExceptionModifier and TypeMethodDescriptionContentStoreService.getContext(String tag, String storeType, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles) Returns a context with the specified parameters, if the context doesn't exist it will be created. -
Uses of InvalidStoreTypeException in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that throw InvalidStoreTypeExceptionModifier and TypeMethodDescriptionContentStoreServiceImpl.getContext(String tag, String storeType, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles) Returns a context with the specified parameters, if the context doesn't exist it will be created.