Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp506 Magick::WarningImage::WarningImage(const std::string& what_) in WarningImage() function in Magick::WarningImage
511 Magick::WarningImage::WarningImage(const std::string& what_,Exception *nested_) in WarningImage() function in Magick::WarningImage
516 Magick::WarningImage::~WarningImage() throw() in ~WarningImage()
750 return new WarningImage(message); in createException()
926 throw WarningImage(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h308 class MagickPPExport WarningImage: public Warning
311 explicit WarningImage(const std::string& what_);
312 explicit WarningImage(const std::string& what_,Exception *nested_);
313 ~WarningImage() throw();
/external/ImageMagick/Magick++/
DChangeLog124 ErrorImage, WarningImage, ErrorMonitor, WarningMonitor,