xmlwrapp
|
Specialization of error_handler that throws on any error or warning. More...
#include <errors.h>
Public Member Functions | |
void | on_warning (const std::string &msg) |
Called by xmlwrapp to report a warning. More... | |
void | on_error (const std::string &msg) |
Called by xmlwrapp to report an error. More... | |
Specialization of error_handler that throws on any error or warning.
|
inlinevirtualinherited |
|
inlinevirtual |
Called by xmlwrapp to report a warning.
Reimplemented from xml::error_handler_throw_on_error.
References xml::error_handler_throw_on_error::on_error().