dlr::thread::OverflowException Class Reference
This Exception class is thrown when a
DataQueue consumer falls too far behind the head of the queue, causing the queue to "overflow.".
More...
#include <exception.h>
List of all members.
|
Public Member Functions |
|
| OverflowException (const char *message) throw () |
|
| OverflowException (const char *message, const char *fileName, int lineNumber) throw () |
|
| OverflowException (const char *message, const char *functionName, const char *fileName, int lineNumber) throw () |
|
| OverflowException (const OverflowException &source) throw () |
Detailed Description
This Exception class is thrown when a
DataQueue consumer falls too far behind the head of the queue, causing the queue to "overflow.".
Definition at line 36 of file exception.h.
The documentation for this class was generated from the following file: