| AuthenticationException |
Thrown to indicate that authentication wasn't possible with the content store.
|
| CacheException |
Root exception for all cache related exceptions.
|
| CrafterException |
Root exception for all exceptions defined in Crafter.
|
| ForbiddenPathException |
Thrown when a path that is restricted is being accessed.
|
| InternalCacheEngineException |
Thrown when an error occurs in the underlying cache implementation used.
|
| InvalidContextException |
Thrown to indicate that a specified Context is not a valid open context
|
| InvalidScopeException |
Thrown to indicate that a specified scope is not valid, that is, it is not registered in the cache.
|
| InvalidStoreTypeException |
Thrown to indicate that a specified store type is invalid.
|
| ItemProcessingException |
|
| PathNotFoundException |
Thrown to indicate that a resource in a content store couldn't be reached (its path was not found).
|
| RootFolderNotFoundException |
Exception thrown when creating a content store context an no root folder was found for the specified path.
|
| StoreException |
Thrown when an error occurred in the content store.
|
| TemplateException |
Thrown when a template related error occurs.
|
| UrlTransformationException |
Thrown when a URL can't be correctly transformed to a different URL.
|
| XmlException |
Thrown for XML related errors
|
| XmlFileParseException |
Thrown to indicate that an error occurred while parsing an XML file.
|
| XmlMergeException |
Thrown when two descriptor DOMs can't be merged correctly into a single DOM.
|