0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::ExceptionMessageRenderer Struct Reference

Helper class to render an exception message a la IO manipulators. More...

#include <Error.h>

Collaboration diagram for Hypertable::ExceptionMessageRenderer:
Collaboration graph
[legend]

Public Member Functions

 ExceptionMessageRenderer (const Exception &e)
 
std::ostream & render (std::ostream &out) const
 Global helper function to print an Exception to a std::ostream. More...
 

Public Attributes

const Exceptionex
 

Detailed Description

Helper class to render an exception message a la IO manipulators.

Definition at line 286 of file Error.h.

Constructor & Destructor Documentation

Hypertable::ExceptionMessageRenderer::ExceptionMessageRenderer ( const Exception e)
inline

Definition at line 287 of file Error.h.

Member Data Documentation

const Exception& Hypertable::ExceptionMessageRenderer::ex

Definition at line 291 of file Error.h.


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