| Package | artcustomer.framework.events |
| Class | public class ContextErrorEvent |
| Inheritance | ContextErrorEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
ContextErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, error:Error = null, errorName:String = null)
Constructor
| ContextErrorEvent | ||
clone():Event [override]
Clone ContextErrorEvent. | ContextErrorEvent | ||
toString():String [override]
Get String value of ContextErrorEvent. | ContextErrorEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ERROR : String = error [static] | ContextErrorEvent | ||
| FRAMEWORK_ERROR : String = frameworkError [static] | ContextErrorEvent | ||
| ILLEGAL_ERROR : String = illegalError [static] | ContextErrorEvent | ||
| ContextErrorEvent | () | Constructor |
public function ContextErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, error:Error = null, errorName:String = null)Constructor
Parameterstype:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
error:Error (default = null) | |
errorName:String (default = null) |
| clone | () | method |
override public function clone():EventClone ContextErrorEvent.
ReturnsEvent —
|
| toString | () | method |
override public function toString():StringGet String value of ContextErrorEvent.
ReturnsString —
|
| ERROR | Constant |
public static const ERROR:String = error| FRAMEWORK_ERROR | Constant |
public static const FRAMEWORK_ERROR:String = frameworkError| ILLEGAL_ERROR | Constant |
public static const ILLEGAL_ERROR:String = illegalError