#include <settings.h>
Inheritance diagram for except::unknow_argument:
Public Member Functions | |
unknow_argument (const string &UnknowArgument) throw () | |
Unknow argument constructor. | |
virtual | ~unknow_argument (void) throw () |
Unknow argument destructor. | |
virtual const char * | what (void) const throw () |
Get unknow argument. | |
Private Attributes | |
string | m_UnknowArgument |
Exception description. |
|
Unknow argument constructor.
|
|
Unknow argument destructor.
|
|
Get unknow argument.
Implements except::settings_except. |
|
Exception description.
|
![]() |
![]() |
![]() |