#include <exception.h>
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 () | |
Definition at line 36 of file exception.h.
1.5.4