Searched refs:ErrorCoder (Results 1 – 3 of 3) sorted by relevance
113 Magick::ErrorCoder::ErrorCoder(const std::string& what_) in ErrorCoder() function in Magick::ErrorCoder118 Magick::ErrorCoder::ErrorCoder(const std::string& what_,Exception *nested_) in ErrorCoder() function in Magick::ErrorCoder123 Magick::ErrorCoder::~ErrorCoder() throw() in ~ErrorCoder()717 return new ErrorCoder(message); in createException()900 throw ErrorCoder(message,nestedException); in throwException()
88 class MagickPPExport ErrorCoder: public Error91 explicit ErrorCoder(const std::string& what_);92 explicit ErrorCoder(const std::string& what_,Exception *nested_);93 ~ErrorCoder() throw();
126 * lib/Magick++/Exception.h: Added ErrorCoder, WarningCoder,