#include <exception.h>
Public Member Functions | |
| OverflowException () throw () | |
| 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 () | |
| virtual | ~OverflowException () throw () |
Definition at line 36 of file dlrThread/exception.h.
1.5.2