ReactOS 0.4.15-dev-7131-ge4d03f4
|
XML Error with message and location. More...
#include <xmlstorage.h>
Public Member Functions | |
XMLError () | |
std::string | str () const |
return formated error message | |
Public Attributes | |
XS_String | _message |
XS_String | _systemId |
int | _line |
int | _column |
int | _error_code |
Friends | |
std::ostream & | operator<< (std::ostream &, const XMLError &err) |
XML Error with message and location.
Definition at line 663 of file xmlstorage.h.
|
inline |
Definition at line 665 of file xmlstorage.h.
std::string XMLStorage::XMLError::str | ( | ) | const |
return formated error message
Definition at line 809 of file xmlstorage.cpp.
Definition at line 673 of file xmlstorage.cpp.
int XMLStorage::XMLError::_column |
Definition at line 678 of file xmlstorage.h.
int XMLStorage::XMLError::_error_code |
Definition at line 679 of file xmlstorage.h.
int XMLStorage::XMLError::_line |
Definition at line 677 of file xmlstorage.h.
XS_String XMLStorage::XMLError::_message |
Definition at line 675 of file xmlstorage.h.
XS_String XMLStorage::XMLError::_systemId |
Definition at line 676 of file xmlstorage.h.