Error
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
description | string | r/w | The error message. |
Methods
Error Error (msg:string, file:string, line:number)
Creates a new Error object.
Parameter | Type | Description |
---|---|---|
msg | string | The error message. |
file | string | The name of the file. |
line | number | The line number. |
string toSource ()
Creates a string representation of this object that can be fed back to eval() to re-create an object. Works only with built-in classes.
Element of
$.error
Return
Error Error.Error (msg:string, file:string, line:number)