S3FC project page | S3FC home page |
#include <s3_xml_config.h>
Public Methods | |
virtual void | warning (const SAXParseException &e) |
Throw s3_xml_exception reporting the warning. More... | |
virtual void | error (const SAXParseException &e) |
Throw s3_xml_exception reporting the error. More... | |
virtual void | fatalError (const SAXParseException &e) |
Throw s3_xml_exception reporting the fataError. More... | |
virtual void | resetErrors () |
Do nothing. More... | |
Protected Methods | |
void | assemble_and_throw (const SAXParseException &e, const std::string &type) |
Helper function that assembles and throws an s3_xml_exception based on the exception from the parser as well as the type. More... |
Implement the interface specified by the Xerces ErrorHandler
.
Definition at line 191 of file s3_xml_config.h.
|
Helper function that assembles and throws an
Definition at line 425 of file s3_xml_config.cc. References s3_xml_config::domstr_to_string. Referenced by error, fatalError, and warning. |
|
Throw
Definition at line 407 of file s3_xml_config.cc. References assemble_and_throw. |
|
Throw
Definition at line 413 of file s3_xml_config.cc. References assemble_and_throw. |
|
Do nothing.
Definition at line 419 of file s3_xml_config.cc. |
|
Throw
Definition at line 401 of file s3_xml_config.cc. References assemble_and_throw. |
Send comments to: s3fc@stonethree.com |
|