LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
|
An exception thrown for adding null OptionParam. More...
#include <ValueOption.h>
Public Member Functions | |
NullOptionParam (const char *message) | |
Constructs an NullOptionParam exception. | |
An exception thrown for adding null OptionParam.
This exception is thrown when the programmer attempts to add a null OptionParam to the ValueOption.
CmdLine::ValueOption::NullOptionParam::NullOptionParam | ( | const char * | message | ) |
Constructs an NullOptionParam exception.
message | The message to include with the exception. |