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

Public Member Functions | |
| skRuntimeException (const skString &location, int line_num, const skString &msg) | |
| Constructor - receives information about the exception. | |
| skString | getMessage () const |
| this method returns the description of the exception | |
| skString | toString () const |
| this method returns a verbose 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 | |
1.3