#include <exceptions.h>
Inheritance diagram for mysqlpp::BadIndex:
Public Member Functions | |
BadIndex (const char *what, int bad_index, int max_index) | |
Create exception object. | |
~BadIndex () throw () | |
Destroy exception. |
mysqlpp::BadIndex::BadIndex | ( | const char * | what, | |
int | bad_index, | |||
int | max_index | |||
) | [inline, explicit] |
Create exception object.
what | type of object bad index tried on | |
bad_index | index value the container didn't like | |
max_index | largest legal index value for container |