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

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

#include <Parser.h>

Inheritance diagram for CmdLine::Parser::NullParameter:

Public Member Functions

 NullParameter (const char *message)
 Constructs a NullParameter exception.
 

Detailed Description

An exception thrown for adding null Parameter.

This exception is thrown when the programmer attempts to add a null Parameter to the Parser.

Constructor & Destructor Documentation

◆ NullParameter()

CmdLine::Parser::NullParameter::NullParameter ( const char * message)

Constructs a NullParameter exception.

Parameters
messageThe message to include with the exception.

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