|
Field3D
|
#include <Exception.h>
Public Member Functions | |
| Exception (const std::string &what) throw () | |
| Construct from string. | |
| virtual const char * | what () const throw () |
| virtual | ~Exception () throw () |
| Destructor. | |
Protected Attributes | |
| std::string | m_what |
| What string for the expection. | |
Base class for Exceptions. Currently very minimal. Really only makes a convenient class to subclass from.
Definition at line 73 of file Exception.h.
| Exc::Exception::Exception | ( | const std::string & | what | ) | throw () [inline] |
Construct from string.
Definition at line 80 of file Exception.h.
| virtual Exc::Exception::~Exception | ( | ) | throw () [inline, virtual] |
| virtual const char* Exc::Exception::what | ( | ) | const throw () [inline, virtual] |
std::string Exc::Exception::m_what [protected] |