Searched refs:ErrorDelegate (Results 1 – 2 of 2) sorted by relevance
157 Magick::ErrorDelegate::ErrorDelegate(const std::string& what_) in ErrorDelegate() function in Magick::ErrorDelegate162 Magick::ErrorDelegate::ErrorDelegate(const std::string& what_, in ErrorDelegate() function in Magick::ErrorDelegate168 Magick::ErrorDelegate::~ErrorDelegate()throw() in ~ErrorDelegate()732 return new ErrorDelegate(message); in createException()915 throw ErrorDelegate(message,nestedException); in throwException()
112 class MagickPPExport ErrorDelegate: public Error115 explicit ErrorDelegate(const std::string& what_);116 explicit ErrorDelegate(const std::string& what_,Exception *nested_);117 ~ErrorDelegate() throw();