|
Core Library
|
The exception type thrown for errors that are the result of incorrect program logic. More...
#include <BadLogicException.hpp>
Public Member Functions | |
| BadLogicException (const tstring &strDetails) | |
| Construction from a string containing the details. | |
| virtual | ~BadLogicException () throw () |
| Destructor. | |
The exception type thrown for errors that are the result of incorrect program logic.
It is analogous to std::logic_error.
| Core::BadLogicException::BadLogicException | ( | const tstring & | strDetails | ) | [inline] |
Construction from a string containing the details.
| Core::BadLogicException::~BadLogicException | ( | ) | throw () [inline, virtual] |
Destructor.
1.7.6.1