User Guide
358 ActionScript classes
Property summary
Properties inherited from class Object
Constructor summary
Method summary
Methods inherited from class Object
Modifiers Property Description
message:String Contains the message associated with the
Error object.
name:String Contains the name of the Error object.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Signature Description
Error([message:String]) Creates a new Error object.
Modifiers Signature Description
toString() : String Returns the string "Error" by default or the
value contained in Error.message, if defined.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)