CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
Common superclass for all exceptions thrown by the CPUnit test framework. More...
#include <cpunit_CPUnitException.hpp>
Public Member Functions | |
CPUnitException (const std::string &m) throw () | |
virtual | ~CPUnitException () throw () |
virtual const char * | what () const throw () |
Private Attributes | |
std::string | msg |
Common superclass for all exceptions thrown by the CPUnit test framework.
Definition at line 44 of file cpunit_CPUnitException.hpp.
cpunit::CPUnitException::CPUnitException | ( | const std::string & | m | ) | throw () |
Definition at line 34 of file cpunit_CPUnitException.cpp.
cpunit::CPUnitException::~CPUnitException | ( | ) | throw () [virtual] |
Definition at line 38 of file cpunit_CPUnitException.cpp.
const char * cpunit::CPUnitException::what | ( | ) | const throw () [virtual] |
Reimplemented in cpunit::AssertionException.
Definition at line 41 of file cpunit_CPUnitException.cpp.
std::string cpunit::CPUnitException::msg [private] |
Definition at line 45 of file cpunit_CPUnitException.hpp.