Searched refs:ValueTypeMismatch (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcryptlib.h223 ValueTypeMismatch exception will be thrown and you can get the actual type from the exception object.
231 class CRYPTOPP_DLL ValueTypeMismatch : public InvalidArgument class in class:NameValuePairs
234 ValueTypeMismatch(const std::string &name, const std::type_info &stored, const std::type_info &retrieving) function in class:NameValuePairs::ValueTypeMismatch
291 {if (stored != retrieving) throw ValueTypeMismatch(name, stored, retrieving);}
H A Dcryptlib.cpp106 catch (const NameValuePairs::ValueTypeMismatch &) {}
H A Ddatatest.cpp159 throw ValueTypeMismatch(name, typeid(std::string), valueType);

Completed in 164 milliseconds