#include <NotImplException.hpp>
Inheritance diagram for Core::NotImplException:

Public Member Functions | |
| NotImplException () | |
| Default constructor. | |
| NotImplException (const std::tstring &strDetails) | |
| Construction from a string containg the details. | |
| virtual | ~NotImplException () |
| Destructor. | |
| Core::NotImplException::NotImplException | ( | ) | [inline] |
Default constructor.
| Core::NotImplException::NotImplException | ( | const std::tstring & | strDetails | ) | [inline] |
Construction from a string containg the details.
| Core::NotImplException::~NotImplException | ( | ) | [inline, virtual] |
Destructor.
1.5.2