0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
Error.cc File Reference

Error codes, Exception handling, error logging. More...

#include <Common/Compat.h>
#include "Error.h"
#include <Common/Logger.h>
#include <iomanip>
#include <unordered_map>
Include dependency graph for Error.cc:

Go to the source code of this file.

Namespaces

 Hypertable
 Hypertable definitions
 

Functions

const char * Hypertable::relative_fname (const Exception &e)
 
std::ostream & Hypertable::operator<< (std::ostream &out, const Exception &)
 Global operator to print an Exception to a std::ostream. More...
 

Detailed Description

Error codes, Exception handling, error logging.

This file contains all error codes used in Hypertable, the Exception base class and macros for logging and error handling.

Definition in file Error.cc.