Searched refs:ErrorCorruptImage (Results 1 – 2 of 2) sorted by relevance
143 Magick::ErrorCorruptImage::ErrorCorruptImage(const std::string& what_) in ErrorCorruptImage() function in Magick::ErrorCorruptImage148 Magick::ErrorCorruptImage::ErrorCorruptImage(const std::string& what_, in ErrorCorruptImage() function in Magick::ErrorCorruptImage154 Magick::ErrorCorruptImage::~ErrorCorruptImage() throw() in ~ErrorCorruptImage()728 return new ErrorCorruptImage(message); in createException()904 throw ErrorCorruptImage(message,nestedException); in throwException()
104 class MagickPPExport ErrorCorruptImage: public Error107 explicit ErrorCorruptImage(const std::string& what_);108 explicit ErrorCorruptImage(const std::string& what_,Exception *nested_);109 ~ErrorCorruptImage() throw();