CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
cpunit::CPUnitException Class Reference

Common superclass for all exceptions thrown by the CPUnit test framework. More...

#include <cpunit_CPUnitException.hpp>

Inheritance diagram for cpunit::CPUnitException:
cpunit::AssertionException cpunit::IllegalArgumentException cpunit::WrongSetupException

List of all members.

Public Member Functions

 CPUnitException (const std::string &m) throw ()
virtual ~CPUnitException () throw ()
virtual const char * what () const throw ()

Private Attributes

std::string msg

Detailed Description

Common superclass for all exceptions thrown by the CPUnit test framework.

Definition at line 44 of file cpunit_CPUnitException.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

const char * cpunit::CPUnitException::what ( ) const throw () [virtual]

Reimplemented in cpunit::AssertionException.

Definition at line 41 of file cpunit_CPUnitException.cpp.


Member Data Documentation

std::string cpunit::CPUnitException::msg [private]

Definition at line 45 of file cpunit_CPUnitException.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines