Exception class raised when an unknown argument is encountered. More...
#include <Exceptions.hpp>
Public Member Functions | |
| unknown_argument () | |
| Creates the exception for positional arguments. | |
| unknown_argument (char flag) | |
| Creates the exception for flag arguments. More... | |
| unknown_argument (std::string name) | |
| Creates the exception for name arguments. More... | |
Public Member Functions inherited from TAP::exception | |
| exception (std::string what) | |
| Creates the exception with the given message. More... | |
| exception () | |
| Creates the exception with no message. | |
| const char * | what () const noexceptoverride |
| See std::exception::what(). | |
Additional Inherited Members | |
Protected Attributes inherited from TAP::exception | |
| std::string | m_what |
| Description of the exception. More... | |
Exception class raised when an unknown argument is encountered.
|
inline |
Creates the exception for flag arguments.
| flag | The unknown flag |
|
inline |
Creates the exception for name arguments.
| name | The unknown name |
1.8.6