#include <xmlloadingexception.h>
Public Member Functions | |
int | columnNumber () const |
int | lineNumber () const |
QString | msg () const |
XmlLoadingException (const QString &msg, const QDomElement &node) throw () | |
~XmlLoadingException () throw () | |
Private Attributes | |
int | m_col |
int | m_line |
QString | m_msg |
Definition at line 8 of file xmlloadingexception.h.
XmlLoadingException::XmlLoadingException | ( | const QString & | msg, |
const QDomElement & | node | ||
) | throw () [inline] |
Definition at line 11 of file xmlloadingexception.h.
XmlLoadingException::~XmlLoadingException | ( | ) | throw () [inline] |
Definition at line 16 of file xmlloadingexception.h.
int XmlLoadingException::columnNumber | ( | ) | const [inline] |
Definition at line 20 of file xmlloadingexception.h.
int XmlLoadingException::lineNumber | ( | ) | const [inline] |
Definition at line 19 of file xmlloadingexception.h.
QString XmlLoadingException::msg | ( | ) | const [inline] |
Definition at line 18 of file xmlloadingexception.h.
int XmlLoadingException::m_col [private] |
Definition at line 25 of file xmlloadingexception.h.
int XmlLoadingException::m_line [private] |
Definition at line 24 of file xmlloadingexception.h.
QString XmlLoadingException::m_msg [private] |
Definition at line 23 of file xmlloadingexception.h.