Path

ez components / documentation / api reference / 2009.2 / cache


eZ Components 2009.2

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
ezcCacheStackUnderflowException Thrown if popStorage() is called on an empty stack.
ezcCacheInvalidKeyException Exception thrown if a certain cache key could not be processed by a backend.
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.
ezcCacheInvalidDataException Thrown if the data to be stored in a cache can not be handled by the storage.
ezcCacheUsedLocationException Exception that is thrown when a given location is already in use.
ezcCacheStackIdAlreadyUsedException Exception that is thrown if an ID is already in use in a stack.
ezcCacheInvalidIdException Exception that is thrown if the given cache ID does not exist.

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
Last updated: Mon, 21 Dec 2009