| ChainCLI
    A modern C++20 command-line interface library | 
Exception thrown when parsing a group of arguments fails. More...
#include <parse_exception.h>
 
 | Public Member Functions | |
| GroupParseException (const std::string &message, const cli::commands::ArgumentGroup &argumentGroup) | |
| Construct a GroupParseException with a message and argument group. | |
| GroupParseException (const cli::commands::ArgumentGroup &argumentGroup) | |
| Construct a GroupParseException with default message and argument group. | |
| const cli::commands::ArgumentGroup & | getArgumentGroup () const noexcept | 
| Gets the argument group that failed to parse. | |
Exception thrown when parsing a group of arguments fails.
| 
 | inline | 
Construct a GroupParseException with a message and argument group.
| message | The error message | 
| argumentGroup | The argument group that failed to parse | 
| 
 | inlineexplicit | 
Construct a GroupParseException with default message and argument group.
| argumentGroup | The argument group that failed to parse | 
| 
 | inlinenoexcept | 
Gets the argument group that failed to parse.