.BI "\fBQXmlParseException\fR ( const QString & name = """", int c = -1, int l = -1, const QString & p = """", const QString & s = """" )"
.br
.ti -1c
.BI "int \fBcolumnNumber\fR () const"
.br
.ti -1c
.BI "int \fBlineNumber\fR () const"
.br
.ti -1c
.BI "QString \fBpublicId\fR () const"
.br
.ti -1c
.BI "QString \fBsystemId\fR () const"
.br
.ti -1c
.BI "QString \fBmessage\fR () const"
.br
.in -1c
.SH DESCRIPTION
The QXmlParseException class is used to report errors with the QXmlErrorHandler interface.
.PP
The XML subsystem constructs an instance of this class when it detects an error. You can retrieve the place where the error occurred using systemId(), publicId(), lineNumber() and columnNumber(), along with the error message().
.PP
See also QXmlErrorHandler, QXmlReader, and XML.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QXmlParseException::QXmlParseException ( const QString & name = "", int c = -1, int l = -1, const QString & p = "", const QString & s = "" )"
Constructs a parse exception with the error string \fIname\fR for column \fIc\fR and line \fIl\fR for the public identifier \fIp\fR and the system identifier \fIs\fR.