|
CPN
Computational Process Networks
|
#include <Exception.h>
Inheritance diagram for Exception:
Collaboration diagram for Exception:Public Member Functions | |
| Exception (int ignore=2) throw () | |
| virtual | ~Exception () throw () |
| std::string | GetStackTrace () const |
Protected Attributes | |
| std::string | stacktrace |
A base exception that provides stack trace functionality.
Definition at line 33 of file Exception.h.
| Exception::Exception | ( | int | ignore = 2 | ) | |
| throw | ( | ||||
| ) | |||||
Definition at line 27 of file Exception.cc.
|
virtual | |||||||||||||
Definition at line 32 of file Exception.cc.
|
inline |
Definition at line 40 of file Exception.h.
References stacktrace.
Referenced by ErrnoException::ErrnoException().
Here is the caller graph for this function:
|
protected |
Definition at line 42 of file Exception.h.
Referenced by GetStackTrace().
1.8.5