SASSY
0.0
Software Architecture Support System
|
Client that is notified of errors and/or warnings. More...
#include <rdfxx/rdfxx.h>
Public Member Functions | |
virtual | ~ErrorClient () |
Virtual destructor. | |
virtual void | handleError (const std::string &message)=0 |
The function that will be called when an error is detected. | |
virtual void | handleWarning (const std::string &message)=0 |
The function that will be called when a warning is detected. | |
Client that is notified of errors and/or warnings.