CppDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions
cppdb::cppdb_error Class Reference

This is the base error of all errors thrown by cppdb. More...

#include <cppdb/errors.h>

Inheritance diagram for cppdb::cppdb_error:
cppdb::bad_value_cast cppdb::empty_row_access cppdb::invalid_column cppdb::invalid_placeholder cppdb::multiple_rows_query cppdb::not_supported_by_backend cppdb::null_value_fetch

List of all members.

Public Member Functions

 cppdb_error (std::string const &v)

Detailed Description

This is the base error of all errors thrown by cppdb.


Constructor & Destructor Documentation

cppdb::cppdb_error::cppdb_error ( std::string const &  v) [inline]

Create a cppdb_error with error message v


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator