#include <settings.h>
Inheritance diagram for except::incomplete_argument:
Public Member Functions | |
incomplete_argument (const string &IncompleteArgument) throw () | |
Incomplete argument constructor. | |
virtual | ~incomplete_argument (void) throw () |
Incomplete argument destructor. | |
virtual const char * | what (void) const throw () |
Get incomplete option. | |
Private Attributes | |
string | m_IncompleteArgument |
Exception description. |
|
Incomplete argument constructor.
|
|
Incomplete argument destructor.
|
|
Get incomplete option.
Implements except::settings_except. |
|
Exception description.
|
![]() |
![]() |
![]() |