Home
last modified time | relevance | path

Searched refs:ErrorCache (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
DException.cpp99 Magick::ErrorCache::ErrorCache(const std::string& what_) in ErrorCache() function in Magick::ErrorCache
104 Magick::ErrorCache::ErrorCache(const std::string& what_,Exception *nested_) in ErrorCache() function in Magick::ErrorCache
109 Magick::ErrorCache::~ErrorCache() throw() in ~ErrorCache()
712 return new ErrorCache(message); in createException()
895 throw ErrorCache(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h80 class MagickPPExport ErrorCache: public Error
83 explicit ErrorCache(const std::string& what_);
84 explicit ErrorCache(const std::string& what_,Exception *nested_);
85 ~ErrorCache() throw();