#include <cxxtools/xml/xmlerror.h>
Public Member Functions | |
| XmlError (const char *what, unsigned line) | |
| Creates a new ParseError object using the given reason and source info. | |
| unsigned | line () const |
| XmlError | ( | const char * | what, | |
| unsigned | line | |||
| ) |
| what | The reason of the parse error. | |
| info | Source info containing information about where the exception occured. |