|
Core Library
|
The exception type thrown for features that have not been implemented. More...
#include <NotImplException.hpp>
Public Member Functions | |
| NotImplException (const tstring &strDetails) | |
| Construction from a string containing the details. | |
| virtual | ~NotImplException () throw () |
| Destructor. | |
The exception type thrown for features that have not been implemented.
| Core::NotImplException::NotImplException | ( | const tstring & | strDetails | ) | [inline] |
Construction from a string containing the details.
Construction from a string containg the details.
| Core::NotImplException::~NotImplException | ( | ) | throw () [inline, virtual] |
Destructor.
1.7.6.1