#include <skParseException.h>
Inheritance diagram for skParseException:

Public Member Functions | |
| skParseException () | |
| Constructor. | |
| void | setErrors (const skCompileErrorList &errors) | 
| Sets the errors in this exception. | |
| 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 | |
1.3