Public Member Functions | Protected Attributes
BaseException Class Reference
Inheritance diagram for BaseException:
CallMissingException ExpectationException NoResultSetUpException NotImplementedException ZombieMockException

Public Member Functions

 ~BaseException () throw ()
 
const char * what () const throw ()
 

Protected Attributes

std::string txt
 

Detailed Description

Definition at line 98 of file defaultreporter.h.

Constructor & Destructor Documentation

◆ ~BaseException()

BaseException::~BaseException ( )
throw (
)
inline

Definition at line 102 of file defaultreporter.h.

Member Function Documentation

◆ what()

const char* BaseException::what ( ) const
throw (
)
inline

Definition at line 103 of file defaultreporter.h.

Field Documentation

◆ txt

std::string BaseException::txt
protected

Definition at line 105 of file defaultreporter.h.


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