CPN
Computational Process Networks
Public Member Functions | Private Attributes | List of all members
D4R::DeadlockException Class Reference

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
 

Detailed Description

The exception thrown when true deadlock is detected.

Definition at line 36 of file D4RDeadlockException.h.

Constructor & Destructor Documentation

D4R::DeadlockException::DeadlockException ( const std::string &  msg)
throw (
)

Definition at line 29 of file D4RDeadlockException.cc.

30  : message(msg) {}
D4R::DeadlockException::~DeadlockException ( )
throw (
)
virtual

Definition at line 31 of file D4RDeadlockException.cc.

31 {}

Member Function Documentation

const char * D4R::DeadlockException::what ( ) const
throw (
)

Definition at line 32 of file D4RDeadlockException.cc.

References message.

32 { return message.c_str(); }

Member Data Documentation

const std::string D4R::DeadlockException::message
private

Definition at line 42 of file D4RDeadlockException.h.

Referenced by what().


The documentation for this class was generated from the following files: