Uses of Class
org.craftercms.core.exception.CrafterException
Packages that use CrafterException
Package
Description
-
Uses of CrafterException in org.craftercms.core.exception
Subclasses of CrafterException in org.craftercms.core.exceptionModifier and TypeClassDescriptionclassThrown to indicate that authentication wasn't possible with the content store.classRoot exception for all cache related exceptions.classThrown when a path that is restricted is being accessed.classThrown when an error occurs in the underlying cache implementation used.classThrown to indicate that a specifiedContextis not a valid open contextclassThrown to indicate that a specified scope is not valid, that is, it is not registered in the cache.classThrown to indicate that a specified store type is invalid.classThrown when an error occurred while aItemProcessorwas processing anItem.classThrown to indicate that a resource in a content store couldn't be reached (its path was not found).classException thrown when creating a content store context an no root folder was found for the specified path.classThrown when access is denied to a resource in the content store.classThrown when an error occurred in the content store.classThrown when a template related error occurs.classThrown when a URL can't be correctly transformed to a different URL.classThrown for XML related errorsclassThrown to indicate that an error occurred while parsing an XML file.classThrown when two descriptor DOMs can't be merged correctly into a single DOM. -
Uses of CrafterException in org.craftercms.core.processors
Methods in org.craftercms.core.processors that throw CrafterExceptionModifier and TypeMethodDescriptionItemProcessorResolver.getProcessor(Item item) Returns aItemProcessorfor a givenItem. -
Uses of CrafterException in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that throw CrafterExceptionModifier and TypeMethodDescriptionprotected ItemContentStoreServiceImpl.doMerging(Context context, CachingOptions cachingOptions, Item item) Executes merging for the specifiedItem: Gets theDescriptorMergeStrategyfor the item's descriptor from theDescriptorMergeStrategyResolver. Gets the actual descriptors to merge from the returned merge strategy. Retrieves the descriptor documents from the underlying repository. Merges the descriptor documents. Returns the item with the merged descriptor document. -
Uses of CrafterException in org.craftercms.core.xml.mergers
Methods in org.craftercms.core.xml.mergers that throw CrafterExceptionModifier and TypeMethodDescriptionDescriptorMergeStrategyResolver.getStrategy(String descriptorUrl, org.dom4j.Document descriptorDom) Returns aDescriptorMergeStrategyfor a given descriptor.