flash.errors.InvalidSWFError (Flex 3.4)
Adobe® Flex™ 3.4 Language Reference
Language Reference only
All Packages
|
All Classes
|
Language Elements
|
Index
|
Appendixes
|
Conventions
|
Frames
No Frames
InvalidSWFError
Properties
|
Methods
Package
flash.errors
Class
public dynamic class InvalidSWFError
Inheritance
InvalidSWFError
Error
Object
Flash Player throws this exception when it encounters a corrupted SWF file.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
constructor
:
Object
A reference to the class object or constructor function for a given object instance.
Object
errorID
:
int
[read-only] Contains the reference number associated with the specific error message.
Error
message
:
String
Contains the message associated with the Error object.
Error
name
:
String
Contains the name of the Error object.
Error
prototype
:
Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
getStackTrace
():
String
Returns the call stack for an error as a string at the time of the error's construction (for the debugger version of Flash Player and the AIR Debug Launcher (ADL) only; returns null if not using the debugger version of Flash Player or the ADL.
Error
hasOwnProperty
(name:
String
):
Boolean
Indicates whether an object has a specified property defined.
Object
isPrototypeOf
(theClass:
Object
):
Boolean
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
propertyIsEnumerable
(name:
String
):
Boolean
Indicates whether the specified property exists and is enumerable.
Object
setPropertyIsEnumerable
(name:
String
, isEnum:
Boolean
= true):
void
Sets the availability of a dynamic property for loop operations.
Object
toLocaleString
():
String
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
toString
():
String
[override] Returns the string "Error" by default or the value contained in the Error.message property, if defined.
Error
valueOf
():
Object
Returns the primitive value of the specified object.
Object
© 2009 Adobe Systems Incorporated. All rights reserved.
Thu Aug 13 2009, 03:11 AM -07:00