|
CPN
Computational Process Networks
|
An exception indicating that the Kernel has shut down. More...
#include <Exceptions.h>
Inheritance diagram for CPN::ShutdownException:
Collaboration diagram for CPN::ShutdownException:Public Member Functions | |
| ShutdownException () throw () | |
| ~ShutdownException () throw () | |
| const char * | what () const throw () |
| std::string | GetStackTrace () const |
Protected Attributes | |
| std::string | stacktrace |
An exception indicating that the Kernel has shut down.
Definition at line 38 of file Exceptions.h.
|
inline | |||||||||||||
Definition at line 40 of file Exceptions.h.
| CPN::ShutdownException::~ShutdownException | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 31 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 42 of file Exceptions.h.
|
protectedinherited |
Definition at line 42 of file Exception.h.
Referenced by Exception::GetStackTrace().
1.8.5