Searched refs:WarningResourceLimit (Results 1 – 3 of 3) sorted by relevance
611 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_) in WarningResourceLimit() function in Magick::WarningResourceLimit616 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_, in WarningResourceLimit() function in Magick::WarningResourceLimit622 Magick::WarningResourceLimit::~WarningResourceLimit() throw() in ~WarningResourceLimit()784 return new WarningResourceLimit(message); in createException()967 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()