CppDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
cppdb::bad_value_cast Class Reference

invalid data conversions More...

#include <cppdb/errors.h>

Inheritance diagram for cppdb::bad_value_cast:
cppdb::cppdb_error

List of all members.


Detailed Description

invalid data conversions

It may be thrown if the data can't be converted to required format, for example trying to fetch a negative value with unsigned type or parsing invalid string as datatime.


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