Helper class to render an exception message a la IO manipulators. More...
#include <Error.h>

Public Member Functions | |
| ExceptionMessagesRenderer (const Exception &e, const char *sep=": ") | |
| std::ostream & | render (std::ostream &out) const |
| Global helper function to print an Exception to a std::ostream. More... | |
Public Attributes | |
| const Exception & | ex |
| const char * | separator |
Helper class to render an exception message a la IO manipulators.
When printing an Exception, this class also appends a separator. This is used for printing chained Exceptions
|
inline |
| const char* Hypertable::ExceptionMessagesRenderer::separator |
1.8.8