WarningModule     536 Magick++/lib/Exception.cpp Magick::WarningModule::WarningModule(const std::string& what_)
WarningModule     541 Magick++/lib/Exception.cpp Magick::WarningModule::WarningModule(const std::string& what_,
WarningModule     548 Magick++/lib/Exception.cpp Magick::WarningModule::~WarningModule() throw()
WarningModule     760 Magick++/lib/Exception.cpp       return new WarningModule(message);
WarningModule     932 Magick++/lib/Exception.cpp       throw WarningModule(message,nestedException);
WarningModule     325 Magick++/lib/Magick++/Exception.h   class MagickPPExport WarningModule: public Warning
WarningModule     328 Magick++/lib/Magick++/Exception.h     explicit WarningModule(const std::string& what_);
WarningModule     329 Magick++/lib/Magick++/Exception.h     explicit WarningModule(const std::string& what_,Exception *nested_);
WarningModule     330 Magick++/lib/Magick++/Exception.h     ~WarningModule() throw();