TAP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
List of all members
TAP::command_error Class Reference

Exception class for errors in the command line (such as unknown arguments or syntax errors). More...

#include <Exceptions.hpp>

Inheritance diagram for TAP::command_error:
TAP::exception TAP::unknown_argument

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...
 

Detailed Description

Exception class for errors in the command line (such as unknown arguments or syntax errors).


The documentation for this class was generated from the following file: