SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
rdf::ErrorClient Class Referenceabstract

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.
 

Detailed Description

Client that is notified of errors and/or warnings.


The documentation for this class was generated from the following file: