Searched refs:WarningResourceLimit (Results 1 – 3 of 3) sorted by relevance
612 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_) in WarningResourceLimit() function in Magick::WarningResourceLimit617 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_, in WarningResourceLimit() function in Magick::WarningResourceLimit623 Magick::WarningResourceLimit::~WarningResourceLimit() throw() in ~WarningResourceLimit()785 return new WarningResourceLimit(message); in createException()961 throw WarningResourceLimit(message,nestedException); in throwException()
365 class MagickPPExport WarningResourceLimit: public Warning368 explicit WarningResourceLimit(const std::string& what_);369 explicit WarningResourceLimit(const std::string& what_,Exception *nested_);370 ~WarningResourceLimit() throw();
44 throw WarningResourceLimit("How now brown cow?"); in main()