LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
|
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. |