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

  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 184 class MagickPPExport ErrorRegistry: public Error
187 explicit ErrorRegistry(const std::string& what_);
188 explicit ErrorRegistry(const std::string& what_,Exception *nested_);
189 ~ErrorRegistry() throw();
  /external/ImageMagick/Magick++/lib/
Exception.cpp 289 Magick::ErrorRegistry::ErrorRegistry(const std::string& what_)
294 Magick::ErrorRegistry::ErrorRegistry(const std::string& what_,
300 Magick::ErrorRegistry::~ErrorRegistry() throw()
778 return new ErrorRegistry(message);
954 throw ErrorRegistry(message,nestedException);

Completed in 3095 milliseconds