MyGUI
3.2.1
|
#include <MyGUI_Exception.h>
Public Member Functions | |
Exception (const std::string &_description, const std::string &_source, const char *_file, long _line) | |
Exception (const Exception &_rhs) | |
~Exception () throw () | |
Exception & | operator= (const Exception &_rhs) |
virtual const std::string & | getFullDescription () const |
virtual const std::string & | getSource () const |
virtual const std::string & | getFile () const |
virtual long | getLine () const |
virtual const std::string & | getDescription () const |
const char * | what () const throw () |
Protected Attributes | |
std::string | mDescription |
std::string | mSource |
std::string | mFile |
long | mLine |
std::string | mFullDesc |
Definition at line 17 of file MyGUI_Exception.h.
MyGUI::Exception::Exception | ( | const std::string & | _description, |
const std::string & | _source, | ||
const char * | _file, | ||
long | _line | ||
) |
Definition at line 14 of file MyGUI_Exception.cpp.
MyGUI::Exception::Exception | ( | const Exception & | _rhs | ) |
Definition at line 22 of file MyGUI_Exception.cpp.
MyGUI::Exception::~Exception | ( | ) | throw () |
Definition at line 31 of file MyGUI_Exception.cpp.
const std::string & MyGUI::Exception::getDescription | ( | ) | const [virtual] |
Definition at line 77 of file MyGUI_Exception.cpp.
const std::string & MyGUI::Exception::getFile | ( | ) | const [virtual] |
Definition at line 67 of file MyGUI_Exception.cpp.
const std::string & MyGUI::Exception::getFullDescription | ( | ) | const [virtual] |
Definition at line 45 of file MyGUI_Exception.cpp.
long MyGUI::Exception::getLine | ( | ) | const [virtual] |
Definition at line 72 of file MyGUI_Exception.cpp.
const std::string & MyGUI::Exception::getSource | ( | ) | const [virtual] |
Definition at line 62 of file MyGUI_Exception.cpp.
Definition at line 35 of file MyGUI_Exception.cpp.
const char * MyGUI::Exception::what | ( | ) | const throw () |
Definition at line 83 of file MyGUI_Exception.cpp.
std::string MyGUI::Exception::mDescription [protected] |
Definition at line 44 of file MyGUI_Exception.h.
std::string MyGUI::Exception::mFile [protected] |
Definition at line 46 of file MyGUI_Exception.h.
std::string MyGUI::Exception::mFullDesc [mutable, protected] |
Definition at line 48 of file MyGUI_Exception.h.
long MyGUI::Exception::mLine [protected] |
Definition at line 47 of file MyGUI_Exception.h.
std::string MyGUI::Exception::mSource [protected] |
Definition at line 45 of file MyGUI_Exception.h.