32 #ifndef GUARD_SQLITE_DATABASE_EXCEPTION_HPP_INCLUDED
33 #define GUARD_SQLITE_DATABASE_EXCEPTION_HPP_INCLUDED
40 :
public std::runtime_error {
42 : std::runtime_error(msg.c_str()){}
47 : std::runtime_error(msg.c_str()){}
52 : std::logic_error(msg){}
58 #endif //GUARD_SQLITE_DATABASE_EXCEPTION_HPP_INCLUDED
buffer_too_small_exception(std::string const &msg)
database_exception(std::string const &msg)
database_misuse_exception(std::string const &msg)