fawkes::ConnectionDiedException Class Reference
[Fawkes Network Communication]
Thrown if the connection died during an operation.
More...
#include <netcomm/utils/exceptions.h>
Inheritance diagram for fawkes::ConnectionDiedException:

Public Member Functions | |
| ConnectionDiedException (const char *format,...) | |
| Constructor. | |
Detailed Description
Thrown if the connection died during an operation.Definition at line 31 of file exceptions.h.
Constructor & Destructor Documentation
| fawkes::ConnectionDiedException::ConnectionDiedException | ( | const char * | format, | |
| ... | ||||
| ) |
Constructor.
- Parameters:
-
format format of the message
Definition at line 36 of file exceptions.cpp.
References fawkes::Exception::append().
The documentation for this class was generated from the following files:
- src/libs/netcomm/utils/exceptions.h
- src/libs/netcomm/utils/exceptions.cpp

