Searched refs:ErrorBlob (Results 1 – 5 of 5) sorted by relevance
85 Magick::ErrorBlob::ErrorBlob(const std::string& what_) in ErrorBlob() function in Magick::ErrorBlob90 Magick::ErrorBlob::ErrorBlob(const std::string& what_,Exception *nested_) in ErrorBlob() function in Magick::ErrorBlob95 Magick::ErrorBlob::~ErrorBlob() throw() in ~ErrorBlob()707 return new ErrorBlob(message); in createException()890 throw ErrorBlob(message,nestedException); in throwException()
72 class MagickPPExport ErrorBlob: public Error75 explicit ErrorBlob(const std::string& what_);76 explicit ErrorBlob(const std::string& what_,Exception *nested_);77 ~ErrorBlob() throw();
81 ErrorBlob(const Image *),
316 #define ErrorBlob PrependMagickMethod(ErrorBlob) macro
1308 MagickExport int ErrorBlob(const Image *image) in ErrorBlob() function