LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
|
An exception thrown for a Parser with empty arguments. More...
#include <Parser.h>
Public Member Functions | |
EmptyArguments (const char *message) | |
Constructs an EmptyArguments exception. | |
An exception thrown for a Parser with empty arguments.
This exception is thrown when the programmer attempts to create a new Parser with empty command line arguments.
CmdLine::Parser::EmptyArguments::EmptyArguments | ( | const char * | message | ) |
Constructs an EmptyArguments exception.
message | The message to include with the exception. |