#include <MyGUI_Exception.h>
Definition at line 17 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 | ) |
|
§ ~Exception()
MyGUI::Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
§ 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 |
throw | ( | |
| ) | | |
§ 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: