29#ifndef Pt_Xml_XmlError_h
30#define Pt_Xml_XmlError_h
32#include <Pt/Xml/Api.h>
43class PT_XML_API
XmlError :
public std::runtime_error
SyntaxError(const char *what, std::size_t line)
Construct with message and line number.
std::size_t line() const
Line count where the error in the document occured.
Definition XmlError.h:80
~SyntaxError()
Destructor.
Definition XmlError.h:75
SyntaxError(const std::string &what, std::size_t line)
Construct with message and line number.
~XmlError()
Destructor.
Definition XmlError.h:56
XmlError(const char *what)
Construct with message.
XmlError(const std::string &what)
Construct with message.
Read and write XML ducuments.
Core module.
Definition Allocator.h:33