Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp128 Magick::ErrorConfigure::ErrorConfigure(const std::string& what_) in ErrorConfigure() function in Magick::ErrorConfigure
133 Magick::ErrorConfigure::ErrorConfigure(const std::string& what_, in ErrorConfigure() function in Magick::ErrorConfigure
139 Magick::ErrorConfigure::~ErrorConfigure() throw() in ~ErrorConfigure()
723 return new ErrorConfigure(message); in createException()
899 throw ErrorConfigure(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h96 class MagickPPExport ErrorConfigure: public Error
99 explicit ErrorConfigure(const std::string& what_);
100 explicit ErrorConfigure(const std::string& what_,Exception *nested_);
101 ~ErrorConfigure() throw();
/external/ImageMagick/Magick++/
DChangeLog123 ErrorConfigure, WarningConfigure, ErrorDraw, WarningDraw,