| Top |
| JSCException * | jsc_exception_new () |
| const char * | jsc_exception_get_message () |
| guint | jsc_exception_get_line_number () |
| const char * | jsc_exception_get_source_uri () |
JSCException * jsc_exception_new (JSCContext *context,const char *message);
Create a new JSCException in context
with message
.
const char *
jsc_exception_get_message (JSCException *exception);
Get the error message of exception
.
guint
jsc_exception_get_line_number (JSCException *exception);
Get the line number at which exception
happened.
const char *
jsc_exception_get_source_uri (JSCException *exception);
Get the source URI of exception
.