Core Library
|
The exception type thrown for unclassified runtime errors. More...
#include <RuntimeException.hpp>
Public Member Functions | |
RuntimeException (const tstring &strDetails) | |
Construction from a string containing the details. | |
virtual | ~RuntimeException () throw () |
Destructor. |
The exception type thrown for unclassified runtime errors.
Core::RuntimeException::RuntimeException | ( | const tstring & | strDetails | ) | [inline] |
Construction from a string containing the details.
Core::RuntimeException::~RuntimeException | ( | ) | throw () [inline, virtual] |
Destructor.