zen::Xml
Simple C++ XML Processing
 All Classes Namespaces Functions Variables Pages
Public Attributes | List of all members
zen::XmlParsingError Struct Reference

Exception thrown due to an XML parsing error. More...

#include <parser.h>

Inheritance diagram for zen::XmlParsingError:
zen::XmlError

Public Attributes

const size_t row
 Input file row where the parsing error occured (zero-based)
 
const size_t col
 Input file column where the parsing error occured (zero-based)
 

Detailed Description

Exception thrown due to an XML parsing error.