Searched defs:ErrorModule (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
H A DException.h152 class MagickPPExport ErrorModule: public Error class in namespace:Magick
155 explicit ErrorModule(const std::string& what_);
156 explicit ErrorModule(const std::string& what_,Exception *nested_);
157 ~ErrorModule() throw();
/external/ImageMagick/Magick++/lib/
H A DException.cpp232 Magick::ErrorModule::ErrorModule(const std::string& what_) function in class:Magick::ErrorModule
237 Magick::ErrorModule::ErrorModule(const std::string& what_,Exception *nested_) function in class:Magick::ErrorModule
242 Magick::ErrorModule::~ErrorModule() throw()
758 return new ErrorModule(message);
934 throw ErrorModule(message,nestedException);

Completed in 103 milliseconds