Searched refs:date_time_error (Results 1 – 3 of 3) sorted by relevance
246 … throw date_time_error("boost::locale::gregorian_calendar: invalid time"); in normalize()256 … throw date_time_error("boost::locale::gregorian_calendar time is out of range"); in normalize()260 throw date_time_error("boost::locale::gregorian_calendar invalid time"); in normalize()580 throw date_time_error("is_gregorian is not settable options for calendar"); in set_option()582 throw date_time_error("is_dst is not settable options for calendar"); in set_option()803 throw date_time_error("boost::locale::gregorian_calendar: invalid time point"); in from_time()
37 throw date_time_error(u_errorName(e)); in check_and_throw_dt()176 throw date_time_error("is_gregorian is not settable options for calendar"); in set_option()178 throw date_time_error("is_dst is not settable options for calendar"); in set_option()
39 class BOOST_SYMBOL_VISIBLE date_time_error : public std::runtime_error { class44 date_time_error(std::string const &e) : std::runtime_error(e) {} in date_time_error() function in boost::locale::date_time_error