Searched refs:ErrorCache (Results 1 – 2 of 2) sorted by relevance
99 Magick::ErrorCache::ErrorCache(const std::string& what_) in ErrorCache() function in Magick::ErrorCache104 Magick::ErrorCache::ErrorCache(const std::string& what_,Exception *nested_) in ErrorCache() function in Magick::ErrorCache109 Magick::ErrorCache::~ErrorCache() throw() in ~ErrorCache()712 return new ErrorCache(message); in createException()895 throw ErrorCache(message,nestedException); in throwException()
80 class MagickPPExport ErrorCache: public Error83 explicit ErrorCache(const std::string& what_);84 explicit ErrorCache(const std::string& what_,Exception *nested_);85 ~ErrorCache() throw();