Packagech.capi.events
Classpublic class LoadStartErrorEvent
InheritanceLoadStartErrorEvent Inheritance flash.events.ErrorEvent

Represents an error event that will be used when a file couldn't be started.



Public Properties
 PropertyDefined By
  linkedError : Object
[read-only] Defines the linked error object.
LoadStartErrorEvent
Public Methods
 MethodDefined By
  
LoadStartErrorEvent(type:String, message:String, linkedError:Object = null)
Creates a new LoadStartErrorEvent object.
LoadStartErrorEvent
  
clone():Event
Creates a copy of the LoadStartErrorEvent object and sets the value of each property to match that of the original.
LoadStartErrorEvent
  
toString():String
Returns a String displaying this object.
LoadStartErrorEvent
Public Constants
 ConstantDefined By
  START_FAILED : String = startFailed
[static] Defines the 'startFailed' error event.
LoadStartErrorEvent
Property Detail
linkedErrorproperty
linkedError:Object  [read-only]

Defines the linked error object. This can be an Error object, an Event or simply null.


Implementation
    public function get linkedError():Object
Constructor Detail
LoadStartErrorEvent()Constructor
public function LoadStartErrorEvent(type:String, message:String, linkedError:Object = null)

Creates a new LoadStartErrorEvent object.

Parameters
type:String — The event type.
 
message:String — The error message.
 
linkedError:Object (default = null) — The linked error object.
Method Detail
clone()method
override public function clone():Event

Creates a copy of the LoadStartErrorEvent object and sets the value of each property to match that of the original.

Returns
Event — The cloned Event.
toString()method 
override public function toString():String

Returns a String displaying this object.

Returns
String — A String displaying this object.
Constant Detail
START_FAILEDConstant
public static const START_FAILED:String = startFailed

Defines the 'startFailed' error event.