CPP-AP 2.2.6
Command-line argument parser for C++20
Loading...
Searching...
No Matches
exceptions.hpp File Reference
#include "ap/detail/argument_name.hpp"
#include "ap/detail/str_utility.hpp"
#include <format>

Go to the source code of this file.

Classes

struct  ap::argument_parser_exception
 Base type for the argument parser functionality errors/exceptions. More...
 
struct  ap::invalid_configuration
 Exception type used for invalid configuration of an argument parser or its arguments. More...
 
struct  ap::parsing_failure
 Exception type used for errors encountered during the argument parsing operation. More...
 
struct  ap::type_error
 Exception type used for type-related errors. More...
 
struct  ap::lookup_failure
 Exception type used for element lookup errors. More...