#include <TdkDatabasePortalException.h>
Inheritance diagram for TdkDatabasePortalException:

Public Types | |
| enum | { QueryError, RecordNotFound } |
Public Member Functions | |
| TdkDatabasePortalException (std::string src_file_name, int src_file_line, int error_code, TeDatabase *db=NULL, TeDatabasePortal *portal=NULL, std::string more_info="") | |
| Construtor. | |
Protected Member Functions | |
| virtual void | setMessagesMap () |
| Sets the message map. | |
| TdkDatabasePortalException::TdkDatabasePortalException | ( | std::string | src_file_name, | |
| int | src_file_line, | |||
| int | error_code, | |||
| TeDatabase * | db = NULL, |
|||
| TeDatabasePortal * | portal = 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. |
| void TdkDatabasePortalException::setMessagesMap | ( | ) | [inline, protected, virtual] |
1.5.2