#include <wxluxgui.h>
Public Member Functions | |
| LuxError (int code, int severity, const char *msg) | |
| int | GetCode () |
| int | GetSeverity () |
| const std::string & | GetMessage () |
Protected Attributes | |
| int | m_code |
| int | m_severity |
| std::string | m_msg |
Definition at line 44 of file wxluxgui.h.
| lux::LuxError::LuxError | ( | int | code, | |
| int | severity, | |||
| const char * | msg | |||
| ) | [inline] |
Definition at line 46 of file wxluxgui.h.
| int lux::LuxError::GetCode | ( | ) | [inline] |
Definition at line 48 of file wxluxgui.h.
References m_code.
| const std::string& lux::LuxError::GetMessage | ( | ) | [inline] |
Definition at line 50 of file wxluxgui.h.
References m_msg.
| int lux::LuxError::GetSeverity | ( | ) | [inline] |
Definition at line 49 of file wxluxgui.h.
References m_severity.
int lux::LuxError::m_code [protected] |
Definition at line 53 of file wxluxgui.h.
Referenced by GetCode().
std::string lux::LuxError::m_msg [protected] |
Definition at line 55 of file wxluxgui.h.
Referenced by GetMessage().
int lux::LuxError::m_severity [protected] |
Definition at line 54 of file wxluxgui.h.
Referenced by GetSeverity().
1.6.1