Lines Matching refs:runtime_error
72 throw std::runtime_error( std::string( "message" ) ); in what()
74 catch ( std::runtime_error& err ) { in what()
140 throw std::runtime_error(foo); in exception_emission()
142 catch (std::runtime_error const& e) { in exception_emission()
144 std::runtime_error clone(""); in exception_emission()
153 throw std::runtime_error(foo); in exception_emission()
155 catch (std::runtime_error e) { in exception_emission()
157 std::runtime_error clone(""); in exception_emission()
167 throw std::runtime_error(msg); in exception_emission()
169 catch (std::runtime_error const& e) { in exception_emission()
171 std::runtime_error clone(""); in exception_emission()
180 throw std::runtime_error(msg); in exception_emission()
182 catch (std::runtime_error e) { in exception_emission()
184 std::runtime_error clone(""); in exception_emission()