Class SqliteException

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class SqliteException : public std::runtime_error

Public Functions

inline explicit SqliteException(const std::string &message)
inline SqliteException(const std::string &message, int sqlite_return_code)
inline int get_sqlite_return_code() const

Return the sqlite return code associated with the Exception, or -1 if none was given.