Home
last modified time | relevance | path

Searched refs:WarningBlob (Results 1 – 2 of 2) sorted by relevance

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