Path

ez components / documentation / api reference / 2009.2.1 / imageconversion


eZ Components 2009.2.1

ImageConversion: ezcImageException

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

Class: ezcImageException

General exception container for the ImageConversion component. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcImageException

Descendents

Child Class Description
ezcImageHandlerSettingsInvalidException Thrown if invalid handler settings are submitted when creating an ezcImageConverter.
ezcImageMissingFilterParameterException Thrown if an expected parameter for a filter was not submitted.
ezcImageInvalidReferenceException Thrown if no valid image reference could be found for an action (conversion, filter, load, save,...).
ezcImageFileNotProcessableException Thrown if a file could not be processed by a handler.
ezcImageFileNameInvalidException Thrown if a given file name contains illegal characters (', ", $).
ezcImageTransformationNotAvailableException Thrown if a transformation with the given name does not exists.
ezcImageInvalidFilterParameterException Thrown if the given filter failed.
ezcImageMimeTypeUnsupportedException Thrown if a requested MIME type is not supported for input, output or input/output.
ezcImageFilterNotAvailableException Thrown if the given filter is not available.
ezcImageTransformationException Exception to be thrown be ezcImageTransformation classes.
ezcImageHandlerNotAvailableException Thrown if a specified handler class is not available.
ezcImageTransformationAlreadyExistsException Thrown if a transformation with the given name already exists.
ezcImageFilterFailedException Thrown if the given filter failed.

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