Class for bad argument exceptions.
More...
#include <exceptions.hpp>
Class for bad argument exceptions.
◆ BadArgumentException() [1/2]
| BadArgumentException::BadArgumentException |
( |
const std::string & |
arg_name, |
|
|
const std::string & |
expected |
|
) |
| |
◆ BadArgumentException() [2/2]
| BadArgumentException::BadArgumentException |
( |
const std::string & |
context, |
|
|
const std::string & |
arg_name, |
|
|
const std::string & |
expected |
|
) |
| |
◆ ~BadArgumentException()
| virtual BadArgumentException::~BadArgumentException |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
virtual |
◆ what()
| const char * BadArgumentException::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
virtual |
◆ message
| std::string BadArgumentException::message |
|
protected |
The documentation for this class was generated from the following files: