#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 48 of file wxluxgui.h.
Definition at line 50 of file wxluxgui.h.
int lux::LuxError::GetCode | ( | ) | [inline] |
Definition at line 52 of file wxluxgui.h.
References m_code.
const std::string& lux::LuxError::GetMessage | ( | ) | [inline] |
Definition at line 54 of file wxluxgui.h.
References m_msg.
int lux::LuxError::GetSeverity | ( | ) | [inline] |
Definition at line 53 of file wxluxgui.h.
References m_severity.
int lux::LuxError::m_code [protected] |
Definition at line 57 of file wxluxgui.h.
Referenced by GetCode().
std::string lux::LuxError::m_msg [protected] |
Definition at line 59 of file wxluxgui.h.
Referenced by GetMessage().
int lux::LuxError::m_severity [protected] |
Definition at line 58 of file wxluxgui.h.
Referenced by GetSeverity().