Searched refs:ErrorModule (Results 1 – 4 of 4) sorted by relevance
232 Magick::ErrorModule::ErrorModule(const std::string& what_) in ErrorModule() function in Magick::ErrorModule237 Magick::ErrorModule::ErrorModule(const std::string& what_,Exception *nested_) in ErrorModule() function in Magick::ErrorModule242 Magick::ErrorModule::~ErrorModule() throw() in ~ErrorModule()758 return new ErrorModule(message); in createException()934 throw ErrorModule(message,nestedException); in throwException()
152 class MagickPPExport ErrorModule: public Error155 explicit ErrorModule(const std::string& what_);156 explicit ErrorModule(const std::string& what_,Exception *nested_);157 ~ErrorModule() throw();
2145 catch ( Magick::ErrorModule ) in catch() argument
147 * lib/Magick++/Exception.h (ErrorModule): Added class to handle