| Package | ch.capi.events |
| Class | public class LoadStartErrorEvent |
| Inheritance | LoadStartErrorEvent flash.events.ErrorEvent |
| Property | Defined By | ||
|---|---|---|---|
| linkedError : Object [read-only]
Defines the linked error object. | LoadStartErrorEvent | ||
| Method | Defined 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 | ||
| Constant | Defined By | ||
|---|---|---|---|
| START_FAILED : String = startFailed [static]
Defines the 'startFailed' error event. | LoadStartErrorEvent | ||
| linkedError | property |
linkedError:Object [read-only]
Defines the linked error object. This can be an Error object,
an Event or simply null.
public function get linkedError():Object| LoadStartErrorEvent | () | Constructor |
public function LoadStartErrorEvent(type:String, message:String, linkedError:Object = null)
Creates a new LoadStartErrorEvent object.
type:String — The event type.
| |
message:String — The error message.
| |
linkedError:Object (default = null) — The linked error object.
|
| 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.
Event — The cloned Event.
|
| toString | () | method |
override public function toString():String
Returns a String displaying this object.
String — A String displaying this object.
|
| START_FAILED | Constant |
public static const START_FAILED:String = startFailedDefines the 'startFailed' error event.