#include <scppnt_error.h>

| Public Member Functions | |
| Exception () | |
| Constructor. | |
| virtual | ~Exception () | 
| Destructor. | |
| virtual const char * | what () const | 
| Returns message describing the error that occurred. | |
| Protected Member Functions | |
| void | AppendToMessage (const char *s) | 
| concatenate string to end of message if there is sufficient space left | |
| int | MaxChar () | 
| return maximum number of characters in message | |
| Protected Attributes | |
| char | message [201] | 
| space to hold message | |
Definition at line 24 of file scppnt_error.h.
 1.5.4
 1.5.4