#include <cexception.h>
Inheritance diagram for cTerminationException::

Public Methods | |
| cTerminationException (int errcode,...) | |
| cTerminationException (const char *msg,...) | |
|
|
Error is identified by an error code, and the message comes from a string table. The error string may expect printf-like arguments (s, d) which also have to be passed to the constructor. |
|
|
To be called like printf(). The error code is set to eCUSTOM. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001