ErrorCoder        114 Magick++/lib/Exception.cpp Magick::ErrorCoder::ErrorCoder(const std::string& what_)
ErrorCoder        119 Magick++/lib/Exception.cpp Magick::ErrorCoder::ErrorCoder(const std::string& what_,Exception *nested_)
ErrorCoder        124 Magick++/lib/Exception.cpp Magick::ErrorCoder::~ErrorCoder() throw()
ErrorCoder        718 Magick++/lib/Exception.cpp       return new ErrorCoder(message);
ErrorCoder        890 Magick++/lib/Exception.cpp       throw ErrorCoder(message,nestedException);
ErrorCoder         88 Magick++/lib/Magick++/Exception.h   class MagickPPExport ErrorCoder: public Error
ErrorCoder         91 Magick++/lib/Magick++/Exception.h     explicit ErrorCoder(const std::string& what_);
ErrorCoder         92 Magick++/lib/Magick++/Exception.h     explicit ErrorCoder(const std::string& what_,Exception *nested_);
ErrorCoder         93 Magick++/lib/Magick++/Exception.h     ~ErrorCoder() throw();