wibble
1.1
|
Store context information for an exception. More...
#include <exception.h>
Public Member Functions | |
Context () throw () | |
Context (const std::string &context) throw () | |
void | addContext (const std::string &c) throw () |
std::string | formatContext () const throw () |
const std::vector< std::string > & | context () const throw () |
Protected Attributes | |
std::vector< std::string > | m_context |
Store context information for an exception.
|
inline |
References wibble::exception::AddContext::copyContext().
|
inline |
References wibble::exception::AddContext::copyContext().
|
inline |
|
inline |
|
inline |
Referenced by TestException::addContext().
|
protected |