boost::log::invalid_value — Exception class that is used to indicate errors of incorrect value of an object.
// In header: <boost/log/exceptions.hpp> class invalid_value : public runtime_error { public: // construct/copy/destruct invalid_value(); explicit invalid_value(std::string const &); ~invalid_value(); };