#include <skXMLParseException.h>
Inheritance diagram for skXMLParseException:
Public Member Functions | |
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 | |
skString | getMessage () const |
Gets just the error message, with no location information. | |
skString | toString () const |
Gets a verbose version of the exception including location and line number information. |