Searched defs:WarningBlob (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
H A DException.h244 class MagickPPExport WarningBlob: public Warning class in namespace:Magick
247 explicit WarningBlob(const std::string& what_);
248 explicit WarningBlob(const std::string& what_,Exception *nested_);
249 ~WarningBlob() throw();
/external/ImageMagick/Magick++/lib/
H A DException.cpp390 Magick::WarningBlob::WarningBlob(const std::string& what_) function in class:Magick::WarningBlob
395 Magick::WarningBlob::WarningBlob(const std::string& what_,Exception *nested_) function in class:Magick::WarningBlob
400 Magick::WarningBlob::~WarningBlob() throw()
710 return new WarningBlob(message);
886 throw WarningBlob(message,nestedException);

Completed in 183 milliseconds