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