#include <DS.h>
Inheritance diagram for CB2::ExceptionMySQL:
Public Types | |
enum | error_type { unknown_error, internal_error, connection_error, query_error } |
Public Member Functions | |
ExceptionMySQL () | |
Default constructor. | |
ExceptionMySQL (const error_type error, const String what) | |
Costructor with error type and description. | |
ExceptionMySQL (const error_type error, const String what, const int line) | |
Costructor with error type, description and line. | |
error_type | GetError () const |
Get error. | |
String | What () const |
Exception description. | |
Public Attributes | |
int | tag |
Tag for user-specific data. | |
Private Attributes | |
error_type | err |
Error occured. |
Exception thrown on MySQL error (connection error, etc.).
|
|
|
Default constructor.
|
|
Costructor with error type and description.
|
|
Costructor with error type, description and line.
|
|
Get error.
|
|
Exception description.
|
|
Error occured.
|
|
Tag for user-specific data.
|