#include <MyGUI_Exception.h>
|
| Exception (std::string _description, std::string _source, std::string _file, long _line) |
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 noexcept override |
Definition at line 23 of file MyGUI_Exception.h.
◆ Exception()
MyGUI::Exception::Exception |
( |
std::string | _description, |
|
|
std::string | _source, |
|
|
std::string | _file, |
|
|
long | _line ) |
◆ 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 |
◆ 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: