MADNESS 0.10.1
Namespaces | Functions
madness_exception.cc File Reference

Implementation of madness::MadnessException. More...

#include <madness/world/madness_exception.h>
#include <cstdlib>
#include <sstream>
#include <iostream>
Include dependency graph for madness_exception.cc:

Namespaces

namespace  madness
 Namespace for all elements and tools of MADNESS.
 

Functions

void madness::exception_break (bool message)
 This function is executed just before a MadnessException is thrown.
 
std::ostream & madness::operator<< (std::ostream &out, const MadnessException &e)
 Enables easy printing of a MadnessException.
 

Detailed Description

Implementation of madness::MadnessException.