Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp418 Magick::WarningCoder::WarningCoder(const std::string& what_) in WarningCoder() function in Magick::WarningCoder
423 Magick::WarningCoder::WarningCoder(const std::string& what_,Exception *nested_) in WarningCoder() function in Magick::WarningCoder
428 Magick::WarningCoder::~WarningCoder() throw() in ~WarningCoder()
720 return new WarningCoder(message); in createException()
896 throw WarningCoder(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h260 class MagickPPExport WarningCoder: public Warning
263 explicit WarningCoder(const std::string& what_);
264 explicit WarningCoder(const std::string& what_,Exception *nested_);
265 ~WarningCoder() throw();
/external/ImageMagick/Magick++/
DChangeLog122 * lib/Magick++/Exception.h: Added ErrorCoder, WarningCoder,