Exception

constructor(context: Context, message: String)

Create a new #JSCException in @context with @message.

Return

a new #JSCException.

Parameters

context

a #JSCContext

message

the error message


constructor(context: Context, name: String, message: String)

Create a new #JSCException in @context with @name and @message.

Return

a new #JSCException.

Parameters

context

a #JSCContext

name

the error name

message

the error message


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)