Home
last modified time | relevance | path

Searched refs:ErrorModule (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/lib/
DException.cpp232 Magick::ErrorModule::ErrorModule(const std::string& what_) in ErrorModule() function in Magick::ErrorModule
237 Magick::ErrorModule::ErrorModule(const std::string& what_,Exception *nested_) in ErrorModule() function in Magick::ErrorModule
242 Magick::ErrorModule::~ErrorModule() throw() in ~ErrorModule()
758 return new ErrorModule(message); in createException()
934 throw ErrorModule(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h152 class MagickPPExport ErrorModule: public Error
155 explicit ErrorModule(const std::string& what_);
156 explicit ErrorModule(const std::string& what_,Exception *nested_);
157 ~ErrorModule() throw();
DSTL.h2145 catch ( Magick::ErrorModule ) in catch() argument
/external/ImageMagick/Magick++/
DChangeLog147 * lib/Magick++/Exception.h (ErrorModule): Added class to handle