Home
last modified time | relevance | path

Searched refs:ErrorCorruptImage (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
DException.cpp143 Magick::ErrorCorruptImage::ErrorCorruptImage(const std::string& what_) in ErrorCorruptImage() function in Magick::ErrorCorruptImage
148 Magick::ErrorCorruptImage::ErrorCorruptImage(const std::string& what_, in ErrorCorruptImage() function in Magick::ErrorCorruptImage
154 Magick::ErrorCorruptImage::~ErrorCorruptImage() throw() in ~ErrorCorruptImage()
728 return new ErrorCorruptImage(message); in createException()
904 throw ErrorCorruptImage(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h104 class MagickPPExport ErrorCorruptImage: public Error
107 explicit ErrorCorruptImage(const std::string& what_);
108 explicit ErrorCorruptImage(const std::string& what_,Exception *nested_);
109 ~ErrorCorruptImage() throw();