#include <Stk.h>
Public Member Functions | |
| virtual const char * | getMessage (void) const |
| Returns the "thrown" error message string. | |
| virtual const TYPE & | getType (void) |
| Returns the "thrown" error message TYPE. | |
| virtual void | printMessage (void) |
| Prints "thrown" error message to stdout. | |
| StkError (const char *p, TYPE tipe=StkError::UNSPECIFIED) | |
| The constructor. | |
| virtual | ~StkError (void) |
| The destructor. | |
This is a fairly abstract exception handling class. There could be sub-classes to take care of more specific error conditions ... or not.
Definition at line 44 of file Stk.h.
1.5.6