15 SQLiteException(
const char* error_message,
int error_code,
int extended_error_code);
17 SQLiteException(
const std::string& error_message,
int error_code,
int extended_error_code);
19 SQLiteException(
const char* error_message,
int error_code);
21 SQLiteException(
const std::string& error_message,
int error_code);
23 explicit SQLiteException(
const char* error_message);
25 explicit SQLiteException(
const std::string& error_message);
27 ~SQLiteException() override;
40 int extended_error_code_;