#include <exceptions.h>
Inheritance diagram for mysqlpp::BadFieldName:
Public Member Functions | |
BadFieldName (const char *bad_field) | |
Create exception object. | |
~BadFieldName () throw () | |
Destroy exception. |
Thrown by Row::lookup_by_name() when you pass a field name that isn't in the result set.
mysqlpp::BadFieldName::BadFieldName | ( | const char * | bad_field | ) | [inline, explicit] |
Create exception object.
bad_field | name of field the database server didn't like |