WarningMonitor    552 Magick++/lib/Exception.cpp Magick::WarningMonitor::WarningMonitor(const std::string& what_)
WarningMonitor    557 Magick++/lib/Exception.cpp Magick::WarningMonitor::WarningMonitor(const std::string& what_,
WarningMonitor    563 Magick++/lib/Exception.cpp Magick::WarningMonitor::~WarningMonitor() throw()
WarningMonitor    765 Magick++/lib/Exception.cpp       return new WarningMonitor(message);
WarningMonitor    937 Magick++/lib/Exception.cpp       throw WarningMonitor(message,nestedException);
WarningMonitor    333 Magick++/lib/Magick++/Exception.h   class MagickPPExport WarningMonitor: public Warning
WarningMonitor    336 Magick++/lib/Magick++/Exception.h     explicit WarningMonitor(const std::string& what_);
WarningMonitor    337 Magick++/lib/Magick++/Exception.h     explicit WarningMonitor(const std::string& what_,Exception *nested_);
WarningMonitor    338 Magick++/lib/Magick++/Exception.h     ~WarningMonitor() throw();