#include <dlrCommon/exception.h>
Include dependency graph for dlrThread/exception.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::thread |
Classes | |
| class | dlr::thread::OverflowException |
| This Exception class is thrown when a DataQueue consumer falls too far behind the head of the queue, causing the queue to "overflow.". More... | |
| class | dlr::thread::SyncException |
| This Exception class can be used by client code to communicate unexpected synchronization events, such as failure to synchronize, or receipt of inconsistent data via DataQueue. More... | |
| class | dlr::thread::TimeoutException |
| This Exception class can be used by client code to communicate that a timeout expired. More... | |
Copyright (c) 2003-2007, David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file dlrThread/exception.h.
1.5.2