|
CPN
Computational Process Networks
|
The exception thrown when true deadlock is detected. More...
#include <D4RDeadlockException.h>
Inheritance diagram for D4R::DeadlockException:
Collaboration diagram for D4R::DeadlockException:Public Member Functions | |
| DeadlockException (const std::string &msg) throw () | |
| virtual | ~DeadlockException () throw () |
| const char * | what () const throw () |
Private Attributes | |
| const std::string | message |
The exception thrown when true deadlock is detected.
Definition at line 36 of file D4RDeadlockException.h.
| D4R::DeadlockException::DeadlockException | ( | const std::string & | msg | ) | |
| throw | ( | ||||
| ) | |||||
Definition at line 29 of file D4RDeadlockException.cc.
|
virtual | |||||||||||||
Definition at line 31 of file D4RDeadlockException.cc.
| const char * D4R::DeadlockException::what | ( | ) | const | |
| throw | ( | |||
| ) | ||||
|
private |
Definition at line 42 of file D4RDeadlockException.h.
Referenced by what().
1.8.5