Class
JavaScriptCoreException
Description [src]
final class JavaScriptCore.Exception : GObject.Object {
/* No available fields */
}
JSCException represents a JavaScript exception.
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.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.