LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CmdLine::ValueOption::NullOptionParam Class Reference

An exception thrown for adding null OptionParam. More...

#include <ValueOption.h>

Inheritance diagram for CmdLine::ValueOption::NullOptionParam:

Public Member Functions

 NullOptionParam (const char *message)
 Constructs an NullOptionParam exception.
 

Detailed Description

An exception thrown for adding null OptionParam.

This exception is thrown when the programmer attempts to add a null OptionParam to the ValueOption.

Constructor & Destructor Documentation

◆ NullOptionParam()

CmdLine::ValueOption::NullOptionParam::NullOptionParam ( const char * message)

Constructs an NullOptionParam exception.

Parameters
messageThe message to include with the exception.

The documentation for this class was generated from the following file: