Searched refs:WarningBlob (Results 1 – 2 of 2) sorted by relevance
389 Magick::WarningBlob::WarningBlob(const std::string& what_) in WarningBlob() function in Magick::WarningBlob394 Magick::WarningBlob::WarningBlob(const std::string& what_,Exception *nested_) in WarningBlob() function in Magick::WarningBlob399 Magick::WarningBlob::~WarningBlob() throw() in ~WarningBlob()709 return new WarningBlob(message); in createException()892 throw WarningBlob(message,nestedException); in throwException()
244 class MagickPPExport WarningBlob: public Warning247 explicit WarningBlob(const std::string& what_);248 explicit WarningBlob(const std::string& what_,Exception *nested_);249 ~WarningBlob() throw();