class skParseException

This exception is thrown when there are parse errors in some Simkin script

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

Documentation

This exception is thrown when there are parse errors in some Simkin script
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


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