#include <TdkLayoutException.h>
Inheritance diagram for TdkLayoutException:
Public Types | |
enum | { UndefinedError, InvalidValue, DefaultRegistered, ObjectRegistered, NoObjectRegistered, NoTemplateName, EmptyTemplate, ExistTemplate, TemplateNotFound, NoTemplateDriver, ExistLayoutsTable, NoLayoutDriver, EmptyImageFileName, OpenImageFileError, LoadImageInfoError, NoObjectVisual, NoObjectStyle, InvalidObjectEditionState } |
Public Member Functions | |
TdkLayoutException (std::string src_file_name, int src_file_line, int error_code, std::string more_info="") | |
Protected Member Functions | |
virtual void | setMessagesMap () |
Sets the message map. |
Provides a class for handling layout exceptions.
anonymous enum |
TdkLayoutException::TdkLayoutException | ( | std::string | src_file_name, | |
int | src_file_line, | |||
int | error_code, | |||
std::string | more_info = "" | |||
) | [inline] |
void TdkLayoutException::setMessagesMap | ( | ) | [inline, protected, virtual] |