class skCompileError

This class encapsulates an error message from the parser, representing a syntax error in the script

Public Methods

skCompileError()
Default constructor
skCompileError(skString location, int line_num, const skString& msg)
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 toString() const
this method returns a string representation of the whole error

Documentation

This class encapsulates an error message from the parser, representing a syntax error in the script
skCompileError()
Default constructor

skCompileError(skString location, int line_num, const skString& msg)
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 toString() const
this method returns a string representation of the whole error


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de