Searched refs:non_derived_exception (Results 1 – 1 of 1) sorted by relevance
10 class non_derived_exception {}; class11 class terrible_idea : public non_derived_exception, public derived_exception {};18 class really_creative : public non_derived_exception, private std::exception {};38 throw non_derived_exception(); in problematic()41 } catch (non_derived_exception &e) { in problematic()43 throw non_derived_exception(); in problematic()145 THROW_EXCEPTION(non_derived_exception); in generic_exceptions()168 throw exotic_exception<non_derived_exception>(); in generic_exceptions()171 THROW_EXCEPTION(exotic_exception<non_derived_exception>); in generic_exceptions()