|
CPN
Computational Process Networks
|
An exception indicating that the node tried to write to a shutdown queue. More...
#include <Exceptions.h>
Inheritance diagram for CPN::BrokenQueueException:
Collaboration diagram for CPN::BrokenQueueException:Public Member Functions | |
| BrokenQueueException (Key_t key) throw () | |
| ~BrokenQueueException () throw () | |
| const char * | what () const throw () |
| std::string | GetStackTrace () const |
Protected Attributes | |
| std::string | stacktrace |
Private Attributes | |
| std::string | msg |
An exception indicating that the node tried to write to a shutdown queue.
Definition at line 65 of file Exceptions.h.
| CPN::BrokenQueueException::BrokenQueueException | ( | Key_t | key | ) | |
| throw | ( | ||||
| ) | |||||
Definition at line 35 of file Exceptions.cc.
| CPN::BrokenQueueException::~BrokenQueueException | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 43 of file Exceptions.cc.
|
inlineinherited |
Definition at line 40 of file Exception.h.
References Exception::stacktrace.
Referenced by ErrnoException::ErrnoException().
Here is the caller graph for this function:
|
inline | |||||||||||||
Definition at line 69 of file Exceptions.h.
|
private |
Definition at line 71 of file Exceptions.h.
|
protectedinherited |
Definition at line 42 of file Exception.h.
Referenced by Exception::GetStackTrace().
1.8.5