#include <skParseException.h>
Public Methods | |
skCompileError () | |
Default constructor. | |
skCompileError (skString location,int line_num,const skString& msg,const skString& lex_buffer) | |
Constructor which is passed information about the error. | |
skString | location () const |
returns the location of the script, as passed into the parse() function. | |
int | lineNum () const |
shows the line number where the syntax error occurred. | |
skString | msg () const |
gives a message about the error. | |
skString | lexBuffer () const |
returns the lex buffer being handled at the time. | |
skString | toString () const |
this method returns a string representation of the whole error. | |
bool | operator== (const skCompileError& err) const |