#include <skRuntimeException.h>
Public Methods | |
skRuntimeException (const skString &location, int line_num, const skString &msg) | |
Constructor - receives information about the exception. | |
skString | toString () const |
this method returns a description of the exception. | |
skString | location () const |
returns the location of the script. | |
int | lineNum () const |
shows the line number where the runtime error occurred. |