#include <wg_error.h>
Inheritance diagram for wGui::Wg_Ex_Base:
Definition at line 39 of file wg_error.h.
wGui::Wg_Ex_Base::Wg_Ex_Base | ( | const std::wstring & | sWhat | ) | [inline] |
Standard constructor
sWhat | A string for more information on what caused the exception |
Definition at line 44 of file wg_error.h.
virtual const char* wGui::Wg_Ex_Base::what | ( | ) | const throw () [inline, virtual] |
Gets a text description of the exception
Definition at line 51 of file wg_error.h.
References stdex::ToMbString().
virtual const std::wstring& wGui::Wg_Ex_Base::std_what | ( | ) | const throw () [inline, virtual] |
Gets a text description of the exception
Definition at line 55 of file wg_error.h.
Referenced by wGui::CApplication::Exec(), and wGui::CApplication::GetFontEngine().