Inheritance diagram for code::XMLDecoder::FormatException:
Public Member Functions | |
FormatException (const std::string &element, const std::string &message) | |
const std::string & | getErrorElement () const |
Returns the element, located in the XML document, whose parsing caused the error to be thrown. | |
virtual | ~FormatException () |
const std::string & | getMessage () const |
code::XMLDecoder::FormatException::FormatException | ( | const std::string & | element, | |
const std::string & | message | |||
) |
virtual code::XMLDecoder::FormatException::~FormatException | ( | ) | [inline, virtual] |
const std::string& code::XMLDecoder::FormatException::getErrorElement | ( | ) | const [inline] |
Returns the element, located in the XML document, whose parsing caused the error to be thrown.
the string 'document' is returned if the error lies in the structure of the document itself and not in any particular element.
const std::string& code::Exception::getMessage | ( | ) | const [inline, inherited] |