Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp304 Magick::ErrorResourceLimit::ErrorResourceLimit(const std::string& what_) in ErrorResourceLimit() function in Magick::ErrorResourceLimit
309 Magick::ErrorResourceLimit::ErrorResourceLimit(const std::string& what_, in ErrorResourceLimit() function in Magick::ErrorResourceLimit
315 Magick::ErrorResourceLimit::~ErrorResourceLimit() throw() in ~ErrorResourceLimit()
783 return new ErrorResourceLimit(message); in createException()
959 throw ErrorResourceLimit(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h192 class MagickPPExport ErrorResourceLimit: public Error
195 explicit ErrorResourceLimit(const std::string& what_);
196 explicit ErrorResourceLimit(const std::string& what_,Exception *nested_);
197 ~ErrorResourceLimit() throw();