#include <MyGUI_Exception.h>
Detailed Description
Definition at line 32 of file MyGUI_Exception.h.
Constructor & Destructor Documentation
MyGUI::Exception::Exception |
( |
const std::string & |
_description, |
|
|
const std::string & |
_source, |
|
|
const char * |
_file, |
|
|
long |
_line |
|
) |
| |
MyGUI::Exception::Exception |
( |
const Exception & |
_rhs | ) |
|
MyGUI::Exception::~Exception |
( |
| ) |
throw () |
Member Function Documentation
const std::string & MyGUI::Exception::getDescription |
( |
| ) |
const |
|
virtual |
const std::string & MyGUI::Exception::getFile |
( |
| ) |
const |
|
virtual |
const std::string & MyGUI::Exception::getFullDescription |
( |
| ) |
const |
|
virtual |
long MyGUI::Exception::getLine |
( |
| ) |
const |
|
virtual |
const std::string & MyGUI::Exception::getSource |
( |
| ) |
const |
|
virtual |
const char * MyGUI::Exception::what |
( |
| ) |
const throw () |
Field Documentation
std::string MyGUI::Exception::mDescription |
|
protected |
std::string MyGUI::Exception::mFile |
|
protected |
std::string MyGUI::Exception::mFullDesc |
|
mutableprotected |
long MyGUI::Exception::mLine |
|
protected |
std::string MyGUI::Exception::mSource |
|
protected |
The documentation for this class was generated from the following files: