HomeSort by relevance Sort by last modified time
    Searched defs:ErrorModule (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 152 class MagickPPExport ErrorModule: public Error
155 explicit ErrorModule(const std::string& what_);
156 explicit ErrorModule(const std::string& what_,Exception *nested_);
157 ~ErrorModule() throw();
  /external/ImageMagick/Magick++/lib/
Exception.cpp 232 Magick::ErrorModule::ErrorModule(const std::string& what_)
237 Magick::ErrorModule::ErrorModule(const std::string& what_,Exception *nested_)
242 Magick::ErrorModule::~ErrorModule() throw()
758 return new ErrorModule(message);
934 throw ErrorModule(message,nestedException);

Completed in 70 milliseconds