Lines Matching full:throw
76 /// \throw sqlite::error If there is a problem storing the variables.
152 /// \throw sqlite::error If there are problems writing to the database.
158 throw store::error(F("Cannot open file %s") % path); in put_file()
228 /// \throw error If there is any problem when talking to the database.
235 throw error(e.what()); in commit()
242 /// \throw error If there is any problem when talking to the database.
249 throw error(e.what()); in rollback()
261 /// \throw error If there is any problem when talking to the database.
273 throw error(e.what()); in put_context()
287 /// \throw error If there is any problem when talking to the database.
314 throw error(e.what()); in put_test_program()
330 /// \throw error If there is any problem when talking to the database.
351 throw error(e.what()); in put_test_case()
367 /// \throw store::error If there are problems writing to the database.
391 throw error(e.what()); in put_test_case_file()
408 /// \throw error If there is any problem when talking to the database.
438 throw error(e.what()); in put_result()