Searched refs:ErrorOption (Results 1 – 3 of 3) sorted by relevance
91 throw ErrorOption("Valid range for index is 0-7"); in huInvariants()145 throw ErrorOption("Invalid hash length"); in ChannelPerceptualHash()156 throw ErrorOption("Invalid hash value"); in ChannelPerceptualHash()249 throw ErrorOption("Valid range for index is 0-6"); in srgbHuPhash()257 throw ErrorOption("Valid range for index is 0-6"); in hclpHuPhash()495 throw ErrorOption("Invalid hash length"); in ImagePerceptualHash()558 throw ErrorOption("instance is not valid"); in sumSquaredDifferences()560 throw ErrorOption("channelPerceptualHash_ is not valid"); in sumSquaredDifferences()
259 Magick::ErrorOption::ErrorOption(const std::string& what_) in ErrorOption() function in Magick::ErrorOption264 Magick::ErrorOption::ErrorOption(const std::string& what_,Exception *nested_) in ErrorOption() function in Magick::ErrorOption269 Magick::ErrorOption::~ErrorOption() throw() in ~ErrorOption()767 return new ErrorOption(message); in createException()950 throw ErrorOption(message,nestedException); in throwException()
168 class MagickPPExport ErrorOption: public Error171 explicit ErrorOption(const std::string& what_);172 explicit ErrorOption(const std::string& what_,Exception *nested_);173 ~ErrorOption() throw();