#include <xmlReader.h>
Public Member Functions | |
XmlReadError (void) | |
default constructor | |
XmlReadError (const std::string message) | |
constructor with message | |
Static Private Attributes | |
static const std::string | XMLREADERROR = "error while reading xml file!" |
the default text |
This exception is thrown if an error occurs while reading the xml code from a file.
Definition at line 44 of file xmlReader.h.
BSUtilities::xmlr::XmlReadError::XmlReadError | ( | void | ) | [inline] |
BSUtilities::xmlr::XmlReadError::XmlReadError | ( | const std::string | message | ) | [inline] |
const std::string BSUtilities::xmlr::XmlReadError::XMLREADERROR = "error while reading xml file!" [static, private] |
the default text
definition of xml read error exception default text
Definition at line 48 of file xmlReader.h.