return art;
}
Error
Object
|
+-Error
public class Error
extends Object
Contains information about an error that occurred in a script. You create an Error object
using the
constructor function. Typically, you
Error
code block that is then caught by a
try
You can also create a subclass of the Error class and throw instances of that subclass.
Availability: ActionScript 1.0; Flash Player 7
Property summary
Modifiers
Property
message:String
name:String
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Constructor summary
Signature
Error([message:Strin
g])
catch
Description
Contains the message associated with the Error
object.
Contains the name of the Error object.
property),
Description
Creates a new Error object.
a new Error object from within a
throw
or
code block.
finally
__proto__ (Object.__proto__
property),
__resolve
Error
545
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?