#include <xml.h>
Public Member Functions | |
xmlParserException_c (std::string desc, std::string state, int line, int col) | |
xmlParserException_c (std::string desc) | |
~xmlParserException_c () throw () | |
const char * | what (void) const throw () |
Private Attributes | |
std::string | description |
xmlParserException_c::xmlParserException_c | ( | std::string | desc, | |
std::string | state, | |||
int | line, | |||
int | col | |||
) |
References description.
xmlParserException_c::xmlParserException_c | ( | std::string | desc | ) |
References description.
xmlParserException_c::~xmlParserException_c | ( | ) | throw () [inline] |
const char* xmlParserException_c::what | ( | void | ) | const throw () [inline] |
std::string xmlParserException_c::description [private] |
Referenced by what(), and xmlParserException_c().