Home
last modified time | relevance | path

Searched refs:WarningResourceLimit (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/lib/
DException.cpp612 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_) in WarningResourceLimit() function in Magick::WarningResourceLimit
617 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_, in WarningResourceLimit() function in Magick::WarningResourceLimit
623 Magick::WarningResourceLimit::~WarningResourceLimit() throw() in ~WarningResourceLimit()
785 return new WarningResourceLimit(message); in createException()
961 throw WarningResourceLimit(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h365 class MagickPPExport WarningResourceLimit: public Warning
368 explicit WarningResourceLimit(const std::string& what_);
369 explicit WarningResourceLimit(const std::string& what_,Exception *nested_);
370 ~WarningResourceLimit() throw();
/external/ImageMagick/Magick++/tests/
Dexceptions.cpp44 throw WarningResourceLimit("How now brown cow?"); in main()