Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp552 Magick::WarningMonitor::WarningMonitor(const std::string& what_) in WarningMonitor() function in Magick::WarningMonitor
557 Magick::WarningMonitor::WarningMonitor(const std::string& what_, in WarningMonitor() function in Magick::WarningMonitor
563 Magick::WarningMonitor::~WarningMonitor() throw() in ~WarningMonitor()
765 return new WarningMonitor(message); in createException()
941 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++/
DChangeLog124 ErrorImage, WarningImage, ErrorMonitor, WarningMonitor,