Searched refs:WarningCoder (Results 1 – 3 of 3) sorted by relevance
418 Magick::WarningCoder::WarningCoder(const std::string& what_) in WarningCoder() function in Magick::WarningCoder423 Magick::WarningCoder::WarningCoder(const std::string& what_,Exception *nested_) in WarningCoder() function in Magick::WarningCoder428 Magick::WarningCoder::~WarningCoder() throw() in ~WarningCoder()720 return new WarningCoder(message); in createException()896 throw WarningCoder(message,nestedException); in throwException()
260 class MagickPPExport WarningCoder: public Warning263 explicit WarningCoder(const std::string& what_);264 explicit WarningCoder(const std::string& what_,Exception *nested_);265 ~WarningCoder() throw();
122 * lib/Magick++/Exception.h: Added ErrorCoder, WarningCoder,