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