Searched refs:limitation_error (Results 1 – 8 of 8) sorted by relevance
600 limitation_error::limitation_error() : in limitation_error() function in boost::limitation_error605 limitation_error::limitation_error(std::string const& descr) : in limitation_error() function in boost::limitation_error610 limitation_error::~limitation_error() throw() in ~limitation_error()614 void limitation_error::throw_(const char* file, std::size_t line) in throw_()616 boost::throw_exception(boost::enable_error_info(limitation_error()) in throw_()622 void limitation_error::throw_(const char* file, std::size_t line, const char* descr) in throw_()624 boost::throw_exception(boost::enable_error_info(limitation_error(descr)) in throw_()630 void limitation_error::throw_(const char* file, std::size_t line, std::string const& descr) in throw_()632 boost::throw_exception(boost::enable_error_info(limitation_error(descr)) in throw_()
96 …boost::throw_exception(boost::enable_error_info(limitation_error("Positional format placeholder to… in parse_format()
162 BOOST_THROW_EXCEPTION(limitation_error("Too many log attribute names")); in get_id_from_string()
426 class BOOST_LOG_API limitation_error : class433 limitation_error();437 explicit limitation_error(std::string const& descr);441 ~limitation_error() throw() BOOST_OVERRIDE;
30 [template class_log_limitation_error[][classref boost::log::limitation_error limitation_error]]
154 … BOOST_LOG_THROW_DESCR(limitation_error, "Message too long to send to an interprocess queue"); in consume()
314 … BOOST_LOG_THROW_DESCR(limitation_error, "Too many waiters on an interprocess mutex"); in mark_waiting_and_try_lock()354 … BOOST_LOG_THROW_DESCR(limitation_error, "Too many waiters on an interprocess condition variable"); in wait()502 …BOOST_LOG_THROW_DESCR(limitation_error, "Too many semaphores are actively used for an interprocess… in get_unused_semaphore()
43 boost/log/limitation_error.html