Path

ez components / documentation / api reference / 2009.2.1 / cache


eZ Components 2009.2.1

Cache: ezcCacheException

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcCacheException

General exception container for the Cache component. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcCacheException

Descendents

Child Class Description
ezcCacheStackIdAlreadyUsedException Exception that is thrown if an ID is already in use in a stack.
ezcCacheInvalidDataException Thrown if the data to be stored in a cache can not be handled by the storage.
ezcCacheInvalidIdException Exception that is thrown if the given cache ID does not exist.
ezcCacheStackUnderflowException Thrown if popStorage() is called on an empty stack.
ezcCacheInvalidMetaDataException Thrown if an ezcCacheStackReplacementStrategy could not process the given ezcCacheStackMetaData.
ezcCacheStackStorageUsedTwiceException Exception that is thrown if a storage is used twice in a stack.
ezcCacheInvalidStorageClassException Exception that is thrown when an invalid storage class is used.
ezcCacheInvalidKeyException Exception thrown if a certain cache key could not be processed by a backend.
ezcCacheUsedLocationException Exception that is thrown when a given location is already in use.

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
Last updated: Tue, 23 Mar 2010