Standard exception class for TAP.
More...
#include <Exceptions.hpp>
|
| 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().
|
|
Standard exception class for TAP.
All TAP exceptions are derived from this.
TAP::exception::exception |
( |
std::string |
what | ) |
|
|
inline |
Creates the exception with the given message.
- Parameters
-
std::string TAP::exception::m_what |
|
protected |
Description of the exception.
See what().
The documentation for this class was generated from the following file: