ThinSQLite++
A thin, safe and convenient modern C++ wrapper for SQLite API.
Loading...
Searching...
No Matches
exception Member List

This is the complete list of members for exception, including all inherited members.

error() const &noexceptexceptioninline
error() &noexceptexceptioninline
error() &&noexceptexceptioninline
exception(class error &&err) noexceptexceptioninline
exception(const class error &err) noexceptexceptioninline
exception(int error_code) noexceptexceptioninline
exception(int error_code, const database *db) noexceptexceptioninline
exception(int error_code, const std::unique_ptr< database > &db) noexceptexceptioninline
exception(int error_code, const database &db) noexceptexceptioninline
exception(int error_code, error::message_ptr &&message) noexceptexceptioninline
std::exception::exception(T... args)exception
extended_error_code() const noexceptexceptioninline
operator=(T... args)exception
primary_error_code() const noexceptexceptioninline
system_error_code() const noexceptexceptioninline
what() const noexcept overrideexception
std::exception::what(T... args)exception
~exception(T... args)exception