#include <ulxr_except.h>
Inheritance diagram for ulxr::XmlException:
Public Member Functions | |
XmlException (int fc, const CppString &s, int l, const CppString &err) | |
Constructs an xml exception. | |
virtual | ~XmlException () throw () |
Destroys the exception. | |
int | getErrorLine () const |
Gets the line number of the error. | |
CppString | getErrorString () const |
Gets the error string. | |
Private Attributes | |
int | line |
CppString | xmlerror |
Definition at line 139 of file ulxr_except.h.
Constructs an xml exception.
fc | number representing the error class | |
s | the reason for the exception | |
l | the faulty line (relative to the body start!) | |
err | a human readable error string |
Definition at line 115 of file ulxr_except.cpp.
ulxr::XmlException::~XmlException | ( | ) | throw () [virtual] |
int ulxr::XmlException::getErrorLine | ( | ) | const |
Gets the line number of the error.
Definition at line 127 of file ulxr_except.cpp.
CppString ulxr::XmlException::getErrorString | ( | ) | const |
int ulxr::XmlException::line [private] |
Definition at line 167 of file ulxr_except.h.
CppString ulxr::XmlException::xmlerror [private] |
Definition at line 168 of file ulxr_except.h.