ErrorDelegate     158 Magick++/lib/Exception.cpp Magick::ErrorDelegate::ErrorDelegate(const std::string& what_)
ErrorDelegate     163 Magick++/lib/Exception.cpp Magick::ErrorDelegate::ErrorDelegate(const std::string& what_,
ErrorDelegate     169 Magick++/lib/Exception.cpp Magick::ErrorDelegate::~ErrorDelegate()throw()
ErrorDelegate     733 Magick++/lib/Exception.cpp       return new ErrorDelegate(message);
ErrorDelegate     905 Magick++/lib/Exception.cpp       throw ErrorDelegate(message,nestedException);
ErrorDelegate     112 Magick++/lib/Magick++/Exception.h   class MagickPPExport ErrorDelegate: public Error
ErrorDelegate     115 Magick++/lib/Magick++/Exception.h     explicit ErrorDelegate(const std::string& what_);
ErrorDelegate     116 Magick++/lib/Magick++/Exception.h     explicit ErrorDelegate(const std::string& what_,Exception *nested_);
ErrorDelegate     117 Magick++/lib/Magick++/Exception.h     ~ErrorDelegate() throw();