#include <librets/ExceptionErrorHandler.h>

Public Member Functions | |
| void | HandleUnknownMetadata (std::string name) const |
| Throws RetsUnknownMetadataException. | |
Static Public Member Functions | |
| static ExceptionErrorHandler * | GetInstance () |
| Return the default instance of the error handler. | |
| static ExceptionErrorHandler* GetInstance | ( | ) | [static] |
Return the default instance of the error handler.
| void HandleUnknownMetadata | ( | std::string | name | ) | const [virtual] |
Throws RetsUnknownMetadataException.
| name | A string containing a reference to the unknown metadata. |
| RetsUnknownMetadataException. |
Implements RetsErrorHandler.