Searched refs:empty_exception (Results 1 – 2 of 2) sorted by relevance
58 struct empty_exception /*: utree_exception*/;153 struct empty_exception : utree_exception struct157 empty_exception(char const* error) : msg(error) {} in empty_exception() argument159 virtual ~empty_exception() BOOST_NOEXCEPT_OR_NOTHROW {} in ~empty_exception() argument
1310 empty_exception("front() called on empty utree range")); in front()1321 empty_exception("front() called on empty utree list")); in front()1334 empty_exception("back() called on empty utree range")); in back()1345 empty_exception("back() called on empty utree list")); in back()1358 empty_exception("front() called on empty utree range")); in front()1369 empty_exception("front() called on empty utree list")); in front()1382 empty_exception("back() called on empty utree range")); in back()1393 empty_exception("back() called on empty utree list")); in back()