JException.this

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.

Parameters

context Context

a #JSCContext

name string

the error name

format string

the string format

args void*

the parameters to insert into the format string

Return Value

a new #JSCException.

Throws

ConstructionException GTK+ fails to create the object.

Meta