Packageartcustomer.framework.events
Classpublic class ContextErrorEvent
InheritanceContextErrorEvent Inheritance flash.events.Event

ContextErrorEvent



Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined By
  ERROR : String = error
[static]
ContextErrorEvent
  FRAMEWORK_ERROR : String = frameworkError
[static]
ContextErrorEvent
  ILLEGAL_ERROR : String = illegalError
[static]
ContextErrorEvent
Constructor Detail
ContextErrorEvent()Constructor
public function ContextErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, error:Error = null, errorName:String = null)

Constructor

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
error:Error (default = null)
 
errorName:String (default = null)
Method Detail
clone()method
override public function clone():Event

Clone ContextErrorEvent.

Returns
Event
toString()method 
override public function toString():String

Get String value of ContextErrorEvent.

Returns
String
Constant Detail
ERRORConstant
public static const ERROR:String = error

FRAMEWORK_ERRORConstant 
public static const FRAMEWORK_ERROR:String = frameworkError

ILLEGAL_ERRORConstant 
public static const ILLEGAL_ERROR:String = illegalError