Searched refs:ErrorBlob (Results 1 – 2 of 2) sorted by relevance
86 Magick::ErrorBlob::ErrorBlob(const std::string& what_) in ErrorBlob() function in Magick::ErrorBlob91 Magick::ErrorBlob::ErrorBlob(const std::string& what_,Exception *nested_) in ErrorBlob() function in Magick::ErrorBlob96 Magick::ErrorBlob::~ErrorBlob() throw() in ~ErrorBlob()708 return new ErrorBlob(message); in createException()884 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();