XmlError Class Reference

#include <Pt/Xml/XmlError.h>

Exception during XML processing.

Inherits runtime_error.

Inherited by SyntaxError.

Public Member Functions

 XmlError (const std::string &what)
 Construct with message.
 
 XmlError (const char *what)
 Construct with message.
 
 ~XmlError () throw ()
 Destructor.