#include <catch.hpp>
Public Member Functions | |
NotImplementedException (SourceLineInfo const &lineInfo) | |
NotImplementedException (NotImplementedException const &) | |
virtual const char * | what () const CATCH_NOEXCEPT |
virtual | ~NotImplementedException () CATCH_NOEXCEPT |
Private Attributes | |
SourceLineInfo | m_lineInfo |
std::string | m_what |
Catch::NotImplementedException::NotImplementedException | ( | SourceLineInfo const & | lineInfo | ) |
Catch::NotImplementedException::NotImplementedException | ( | NotImplementedException const & | ) | [inline] |
virtual Catch::NotImplementedException::~NotImplementedException | ( | ) | [inline, virtual] |
virtual const char* Catch::NotImplementedException::what | ( | ) | const [virtual] |