index previous next




file name: errbase.hpp, errbase.cpp
classification: simulation
contents: class CErrorHandler
use: prints error strings to cerr


member functions:

 virtual ~CErrorHandler(): Empty. Just there because without it the Watcom compiler issues a warning that the class has a non-virtual destructor.


 virtual void NoteError (char *message): Just calls ProcessMessage() with the message. Derived classes may do some intermediate steps in this function.

 virtual void ProcessMessage (char *string): Prints the string, followed by a newline, to cerr.


last modified: Fri Feb 5 18:56:13 1999