HomeSort by relevance Sort by last modified time
    Searched refs:WarningResourceLimit (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/Magick++/tests/
exceptions.cpp 42 cout << "Throwing 'Magick::WarningResourceLimit' exception" << endl;
44 throw WarningResourceLimit("How now brown cow?");
48 cout << "Successfully caught 'Magick::WarningResourceLimit' exception" << endl;
  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 365 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++/lib/
Exception.cpp 612 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_)
617 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_,
623 Magick::WarningResourceLimit::~WarningResourceLimit() throw()
785 return new WarningResourceLimit(message);
961 throw WarningResourceLimit(message,nestedException);

Completed in 4853 milliseconds