#include <MyGUI_Exception.h>
Definition at line 23 of file MyGUI_Exception.h.
◆ Exception() [1/2]
MyGUI::Exception::Exception |
( |
const std::string & |
_description, |
|
|
const std::string & |
_source, |
|
|
const char * |
_file, |
|
|
long |
_line |
|
) |
| |
◆ Exception() [2/2]
MyGUI::Exception::Exception |
( |
const Exception & |
_rhs | ) |
|
◆ getDescription()
const std::string & MyGUI::Exception::getDescription |
( |
| ) |
const |
|
virtual |
◆ getFile()
const std::string & MyGUI::Exception::getFile |
( |
| ) |
const |
|
virtual |
◆ getFullDescription()
const std::string & MyGUI::Exception::getFullDescription |
( |
| ) |
const |
|
virtual |
◆ getLine()
long MyGUI::Exception::getLine |
( |
| ) |
const |
|
virtual |
◆ getSource()
const std::string & MyGUI::Exception::getSource |
( |
| ) |
const |
|
virtual |
◆ operator=()
◆ what()
const char * MyGUI::Exception::what |
( |
| ) |
const |
|
overridenoexcept |
◆ mDescription
std::string MyGUI::Exception::mDescription |
|
protected |
◆ mFile
std::string MyGUI::Exception::mFile |
|
protected |
◆ mFullDesc
std::string MyGUI::Exception::mFullDesc |
|
mutableprotected |
◆ mLine
long MyGUI::Exception::mLine |
|
protected |
◆ mSource
std::string MyGUI::Exception::mSource |
|
protected |
The documentation for this class was generated from the following files: