Packagecom.asfusion.mate.events
Classpublic class UnhandledMessageFaultEvent
InheritanceUnhandledMessageFaultEvent Inheritance flash.events.Event

The event that is dispatched when there are no faultHandlers inside the MessageHandlers tag



Public Properties
 PropertyDefined by
  faultCode : String
Provides access to the destination specific failure code.
UnhandledMessageFaultEvent
  faultDetail : String
Provides destination specific details of the failure.
UnhandledMessageFaultEvent
  faultString : String
Provides access to the destination specific reason for the failure.
UnhandledMessageFaultEvent
  message : ErrorMessage
The ErrorMessage for this event.
UnhandledMessageFaultEvent
  rootCause : Object
Provides access to the root cause of the failure, if one exists.
UnhandledMessageFaultEvent
Public Methods
 MethodDefined by
  
UnhandledMessageFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
UnhandledMessageFaultEvent
Public Constants
 ConstantDefined by
  FAULT : String = "faultUnhandledMessageFaultEvent"
[static] The FAULT event type.
UnhandledMessageFaultEvent
Property detail
faultCodeproperty
public var faultCode:String

Provides access to the destination specific failure code.

faultDetailproperty 
public var faultDetail:String

Provides destination specific details of the failure.

faultStringproperty 
public var faultString:String

Provides access to the destination specific reason for the failure.

messageproperty 
public var message:ErrorMessage

The ErrorMessage for this event.

rootCauseproperty 
public var rootCause:Object

Provides access to the root cause of the failure, if one exists.

Constructor detail
UnhandledMessageFaultEvent()constructor
public function UnhandledMessageFaultEvent(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 = "faultUnhandledMessageFaultEvent"

The FAULT event type.