Packagecom.asfusion.mate.events
Classpublic class UnhandledFaultEvent
InheritanceUnhandledFaultEvent Inheritance flash.events.Event

The event that is dispatched where there are no faultHandlers inside a service tag such as RemoteObjectInvoker, WebServiceObjectInvoker, HTTPServiceObjectInvoker



Public Properties
 PropertyDefined by
  fault : Fault
The Fault object that contains the details of what caused this event.
UnhandledFaultEvent
  headers : Object
In certain circumstances, headers may also be returned with a fault to provide further context to the failure.
UnhandledFaultEvent
  message : IMessage
The Message associated with this event.
UnhandledFaultEvent
  messageId : String
The message ID associated with this event.
UnhandledFaultEvent
  token : AsyncToken
The token that represents the call to the method.
UnhandledFaultEvent
Public Methods
 MethodDefined by
  
UnhandledFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
UnhandledFaultEvent
Public Constants
 ConstantDefined by
  FAULT : String = "faultUnhandledFaultEvent"
[static] The FAULT event type.
UnhandledFaultEvent
Property detail
faultproperty
public var fault:Fault

The Fault object that contains the details of what caused this event.

headersproperty 
public var headers:Object

In certain circumstances, headers may also be returned with a fault to provide further context to the failure.

messageproperty 
public var message:IMessage

The Message associated with this event.

messageIdproperty 
public var messageId:String

The message ID associated with this event.

tokenproperty 
public var token:AsyncToken

The token that represents the call to the method.

Constructor detail
UnhandledFaultEvent()constructor
public function UnhandledFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
FAULTconstant
public static const FAULT:String = "faultUnhandledFaultEvent"

The FAULT event type.