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