Searched defs:WarningResourceLimit (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
H A DException.h365 class MagickPPExport WarningResourceLimit: public Warning class in namespace:Magick
368 explicit WarningResourceLimit(const std::string& what_);
369 explicit WarningResourceLimit(const std::string& what_,Exception *nested_);
370 ~WarningResourceLimit() throw();
/external/ImageMagick/Magick++/lib/
H A DException.cpp612 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_) function in class:Magick::WarningResourceLimit
617 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_, function in class:Magick::WarningResourceLimit
623 Magick::WarningResourceLimit::~WarningResourceLimit() throw()
785 return new WarningResourceLimit(message);
961 throw WarningResourceLimit(message,nestedException);

Completed in 451 milliseconds