|
LibCppCmdLine v1.0
A cross-platform C++ library for parsing command line arguments
|
An exception thrown for adding null Parameter. More...
#include <Parser.h>
Public Member Functions | |
| NullParameter (const char *message) | |
| Constructs a NullParameter exception. | |
An exception thrown for adding null Parameter.
This exception is thrown when the programmer attempts to add a null Parameter to the Parser.
| CmdLine::Parser::NullParameter::NullParameter | ( | const char * | message | ) |
Constructs a NullParameter exception.
| message | The message to include with the exception. |