Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp551 Magick::WarningMonitor::WarningMonitor(const std::string& what_) in WarningMonitor() function in Magick::WarningMonitor
556 Magick::WarningMonitor::WarningMonitor(const std::string& what_, in WarningMonitor() function in Magick::WarningMonitor
562 Magick::WarningMonitor::~WarningMonitor() throw() in ~WarningMonitor()
764 return new WarningMonitor(message); in createException()
947 throw WarningMonitor(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h333 class MagickPPExport WarningMonitor: public Warning
336 explicit WarningMonitor(const std::string& what_);
337 explicit WarningMonitor(const std::string& what_,Exception *nested_);
338 ~WarningMonitor() throw();
/external/ImageMagick/Magick++/
DChangeLog128 ErrorImage, WarningImage, ErrorMonitor, WarningMonitor,