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(), and m_context.
|
inline |
References addContext(), context(), wibble::exception::AddContext::copyContext(), and m_context.
|
inline |
|
inline |
References m_context.
Referenced by TestException::addContext(), and wibble::exception::Generic::fullInfo().
|
protected |
Referenced by addContext(), Context(), context(), Context(), and formatContext().