Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp346 Magick::ErrorUndefined::ErrorUndefined(const std::string& what_) in ErrorUndefined() function in Magick::ErrorUndefined
351 Magick::ErrorUndefined::ErrorUndefined(const std::string& what_, in ErrorUndefined() function in Magick::ErrorUndefined
357 Magick::ErrorUndefined::~ErrorUndefined() throw() in ~ErrorUndefined()
797 return new ErrorUndefined(message); in createException()
980 throw ErrorUndefined(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h216 class MagickPPExport ErrorUndefined: public Error
219 explicit ErrorUndefined(const std::string& what_);
220 explicit ErrorUndefined(const std::string& what_,Exception *nested_);
221 ~ErrorUndefined() throw();