Exception class for errors in the command line (such as unknown arguments or syntax errors). More...
#include <Exceptions.hpp>
Additional Inherited Members | |
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(). | |
Protected Attributes inherited from TAP::exception | |
| std::string | m_what |
| Description of the exception. More... | |
Exception class for errors in the command line (such as unknown arguments or syntax errors).
1.8.6