Searched refs:WarningModule (Results 1 – 3 of 3) sorted by relevance
535 Magick::WarningModule::WarningModule(const std::string& what_) in WarningModule() function in Magick::WarningModule540 Magick::WarningModule::WarningModule(const std::string& what_, in WarningModule() function in Magick::WarningModule547 Magick::WarningModule::~WarningModule() throw() in ~WarningModule()759 return new WarningModule(message); in createException()942 throw WarningModule(message,nestedException); in throwException()
325 class MagickPPExport WarningModule: public Warning328 explicit WarningModule(const std::string& what_);329 explicit WarningModule(const std::string& what_,Exception *nested_);330 ~WarningModule() throw();
153 * lib/Magick++/Exception.h (WarningModule) Added class to handle