Public Member Functions | |
XmlPullParserException (std::string desc, std::string STATE, int l, int c) | |
~XmlPullParserException () throw () | |
Public Attributes | |
std::string | description |
std::string | state |
int | line |
int | col |
Definition at line 30 of file XmlPullParserException.h.