#include <skXMLParseException.h>
Public Methods | |
skXMLParseException (const skString &error, int line_num) | |
Constructs a new exception. | |
int | getLineNum () const |
returns the line number within the document where the error occurred. | |
skString | getErrorMessage () const |
returns a string describing the error. |