MADNESS
version 0.9
|
Most exceptions thrown in MADNESS should be derived from these. More...
#include <worldexc.h>
Public Member Functions | |
MadnessException (const char *m, const char *a, int v, int l, const char *fn, const char *f) | |
virtual const char * | what () const throw () |
Public Attributes | |
const char * | msg |
const char * | assertion |
const int | value |
const int | line |
const char * | function |
const char * | filename |
Most exceptions thrown in MADNESS should be derived from these.
|
inline |
|
inlinevirtual |
References msg.
const char* madness::MadnessException::assertion |
Referenced by madness::operator<<().
const char* madness::MadnessException::filename |
Referenced by madness::operator<<().
const char* madness::MadnessException::function |
Referenced by madness::operator<<().
const int madness::MadnessException::line |
Referenced by madness::operator<<().
const char* madness::MadnessException::msg |
Referenced by madness::operator<<(), and what().
const int madness::MadnessException::value |
Referenced by madness::operator<<().