Searched refs:ErrorDraw (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DException.cpp173 Magick::ErrorDraw::ErrorDraw(const std::string& what_) function in class:Magick::ErrorDraw
178 Magick::ErrorDraw::ErrorDraw(const std::string& what_,Exception *nested_) function in class:Magick::ErrorDraw
183 Magick::ErrorDraw::~ErrorDraw() throw()
738 return new ErrorDraw(message);
914 throw ErrorDraw(message,nestedException);
/external/ImageMagick/Magick++/lib/Magick++/
H A DException.h120 class MagickPPExport ErrorDraw: public Error class in namespace:Magick
123 explicit ErrorDraw(const std::string& what_);
124 explicit ErrorDraw(const std::string& what_,Exception *nested_);
125 ~ErrorDraw() throw();

Completed in 194 milliseconds