#include <exception.h>
Public Member Functions | |
| TimeoutException (const char *message) throw () | |
| TimeoutException (const char *message, const char *fileName, int lineNumber) throw () | |
| TimeoutException (const char *message, const char *functionName, const char *fileName, int lineNumber) throw () | |
| TimeoutException (const TimeoutException &source) throw () | |
Definition at line 94 of file exception.h.
1.5.5