#include <TdkDatabaseException.h>
Inheritance diagram for TdkDatabaseException:
anonymous enum |
TdkDatabaseException::TdkDatabaseException | ( | std::string | src_file_name, | |
int | src_file_line, | |||
int | error_code, | |||
TeDatabase * | db = NULL , |
|||
std::string | more_info = "" | |||
) |
Construtor.
src_file_name | Name of the source file where the exception happened. |
src_file_line | Line number of the source file where the exception happened. |
error_code | Error code associated with the exception. |
more_info | This extra information must be showed with the error message. |
TdkDatabaseException::TdkDatabaseException | ( | std::string | src_file_name, | |
int | src_file_line, | |||
int | error_code, | |||
std::string | dbKey = "" , |
|||
std::string | more_info = "" | |||
) |
Construtor.
src_file_name | Name of the source file where the exception happened. |
src_file_line | Line number of the source file where the exception happened. |
error_code | Error code associated with the exception. |
more_info | This extra information must be showed with the error message. |
void TdkDatabaseException::setMoreInfo | ( | TeDatabase * | db | ) | [protected] |
void TdkDatabaseException::setMessagesMap | ( | ) | [inline, protected, virtual] |