#include <skParseException.h>
Public Methods | |
skParseException (const skCompileErrorList& errors) | |
Constructor - the exception is passed a list of errors. | |
const skCompileErrorList& | getErrors () const |
this method returns a list of errors encountered in parsing the script. | |
skString | toString () const |
this method returns a string representation of the exception - concatenating all the error messages onto different lines. |