|
nux-0.9.46
|
#include <NuxCore/Exception.h>
Public Member Functions | |
| Exception (std::string name) throw () | |
| virtual | ~Exception () throw () |
| virtual const char * | what () const throw () |
Protected Attributes | |
| std::string | name_ |
| nux::Exception::Exception | ( | std::string | name | ) | throw () [inline] |
| virtual nux::Exception::~Exception | ( | ) | throw () [inline, virtual] |
| virtual const char* nux::Exception::what | ( | ) | const throw () [inline, virtual] |
References name_.
std::string nux::Exception::name_ [protected] |
Referenced by what().