Searched refs:ErrorMissingDelegate (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DException.cpp217 Magick::ErrorMissingDelegate::ErrorMissingDelegate(const std::string& what_) function in class:Magick::ErrorMissingDelegate
222 Magick::ErrorMissingDelegate::ErrorMissingDelegate(const std::string& what_, function in class:Magick::ErrorMissingDelegate
228 Magick::ErrorMissingDelegate::~ErrorMissingDelegate() throw ()
753 return new ErrorMissingDelegate(message);
929 throw ErrorMissingDelegate(message,nestedException);
/external/ImageMagick/Magick++/lib/Magick++/
H A DException.h144 class MagickPPExport ErrorMissingDelegate: public Error class in namespace:Magick
147 explicit ErrorMissingDelegate(const std::string& what_);
148 explicit ErrorMissingDelegate(const std::string& what_,Exception *nested_);
149 ~ErrorMissingDelegate() throw();

Completed in 86 milliseconds