#include <skParseException.h>
Inheritance diagram for skParseException:
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 | getMessage () const |
this method returns a terse string representation of the exception - returning the just the error message of the first error | |
skString | toString () const |
this method returns a verbose string representation of the exception - concatenating all the verbose error messages onto different lines it includes location and line number information |