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