Class
JavaScriptCoreException
[−]
Constructors
jsc_exception_new_printf
Create a new JSCException
in context
using a formatted string
for the message.
jsc_exception_new_vprintf
Create a new JSCException
in context
using a formatted string
for the message. This is similar to jsc_exception_new_printf()
except that the arguments to the format string are passed as a va_list.
jsc_exception_new_with_name_printf
Create a new JSCException
in context
with name
and using a formatted string
for the message.
jsc_exception_new_with_name_vprintf
Create a new JSCException
in context
with name
and using a formatted string
for the message. This is similar to jsc_exception_new_with_name_printf()
except that the arguments to the format string are passed as a va_list.
[−]
Instance methods
jsc_exception_report
Return a report message of exception
, containing all the possible details such us
source URI, line, column and backtrace, and formatted to be printed.
[+]