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