| Package | org.spicefactory.lib.events |
| Class | public class CompoundErrorEvent |
| Inheritance | CompoundErrorEvent flash.events.ErrorEvent |
| Property | Defined By | ||
|---|---|---|---|
| causes : Array [read-only]
The causes of this ErrorEvent, may be an empty Array. | CompoundErrorEvent | ||
| Method | Defined By | ||
|---|---|---|---|
CompoundErrorEvent(type:String, causes:Array = null, text:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new instance. | CompoundErrorEvent | ||
clone():Event [override] | CompoundErrorEvent | ||
| causes | property |
causes:Array [read-only]
The causes of this ErrorEvent, may be an empty Array.
Permitted types are Error and ErrorEvent or any other type
with a meaningful String representation. For these other types
the toString method will be invoked to construct the value of the text
property.
public function get causes():Array| CompoundErrorEvent | () | Constructor |
public function CompoundErrorEvent(type:String, causes:Array = null, text:String, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new instance.
Parameterstype:String — the type of the event
| |
causes:Array (default = null) — the causes of this ErrorEvent
| |
text:String — the error message
| |
bubbles:Boolean (default = false) — indicates whether the Event object bubbles
| |
cancelable:Boolean (default = false) — indicates whether the Event object can be canceled
|
| clone | () | method |
override public function clone():EventReturnsEvent |