Home
last modified time | relevance | path

Searched refs:ErrorCoder (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/lib/
DException.cpp113 Magick::ErrorCoder::ErrorCoder(const std::string& what_) in ErrorCoder() function in Magick::ErrorCoder
118 Magick::ErrorCoder::ErrorCoder(const std::string& what_,Exception *nested_) in ErrorCoder() function in Magick::ErrorCoder
123 Magick::ErrorCoder::~ErrorCoder() throw() in ~ErrorCoder()
717 return new ErrorCoder(message); in createException()
900 throw ErrorCoder(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h88 class MagickPPExport ErrorCoder: public Error
91 explicit ErrorCoder(const std::string& what_);
92 explicit ErrorCoder(const std::string& what_,Exception *nested_);
93 ~ErrorCoder() throw();
/external/ImageMagick/Magick++/
DChangeLog126 * lib/Magick++/Exception.h: Added ErrorCoder, WarningCoder,