Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp535 Magick::WarningModule::WarningModule(const std::string& what_) in WarningModule() function in Magick::WarningModule
540 Magick::WarningModule::WarningModule(const std::string& what_, in WarningModule() function in Magick::WarningModule
547 Magick::WarningModule::~WarningModule() throw() in ~WarningModule()
759 return new WarningModule(message); in createException()
942 throw WarningModule(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h325 class MagickPPExport WarningModule: public Warning
328 explicit WarningModule(const std::string& what_);
329 explicit WarningModule(const std::string& what_,Exception *nested_);
330 ~WarningModule() throw();
/external/ImageMagick/Magick++/
DChangeLog153 * lib/Magick++/Exception.h (WarningModule) Added class to handle