Searched refs:ErrorMissingDelegate (Results 1 – 2 of 2) sorted by relevance
216 Magick::ErrorMissingDelegate::ErrorMissingDelegate(const std::string& what_) in ErrorMissingDelegate() function in Magick::ErrorMissingDelegate221 Magick::ErrorMissingDelegate::ErrorMissingDelegate(const std::string& what_, in ErrorMissingDelegate() function in Magick::ErrorMissingDelegate227 Magick::ErrorMissingDelegate::~ErrorMissingDelegate() throw () in ~ErrorMissingDelegate()752 return new ErrorMissingDelegate(message); in createException()935 throw ErrorMissingDelegate(message,nestedException); in throwException()
144 class MagickPPExport ErrorMissingDelegate: public Error147 explicit ErrorMissingDelegate(const std::string& what_);148 explicit ErrorMissingDelegate(const std::string& what_,Exception *nested_);149 ~ErrorMissingDelegate() throw();