Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.ep.taskmanagement.event 

TaskManagerFaultEvent  - AS3 ADEP Task Management

パッケージcom.adobe.ep.taskmanagement.event
クラスpublic class TaskManagerFaultEvent
継承TaskManagerFaultEvent Inheritance Event Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The TaskManagerFaultEvent event is dispatched when a fault occurs.



パブリックプロパティ
 プロパティ定義元
 Inheritedbubbles : Boolean
[読み取り専用] イベントがバブリングイベントかどうかを示します。
Event
 Inheritedcancelable : Boolean
[読み取り専用] イベントに関連付けられた動作を回避できるかどうかを示します。
Event
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
 InheritedcurrentTarget : Object
[読み取り専用] イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。
Event
  errorMessage : String
The error message.
TaskManagerFaultEvent
  errorParams : Object
Additional parameters for the error.
TaskManagerFaultEvent
 InheritedeventPhase : uint
[読み取り専用] イベントフローの現在の段階です。
Event
 Inheritedtarget : Object
[読み取り専用] イベントターゲットです。
Event
  token : com.adobe.ep.taskmanagement.util:IToken
[読み取り専用] The token that represents the call to the fault.
TaskManagerFaultEvent
 Inheritedtype : String
[読み取り専用] イベントのタイプです。
Event
パブリックメソッド
 メソッド定義元
  
TaskManagerFaultEvent(errorMessage:String, errorParams:Object, type:String, bubbles:Boolean, cancelable:Boolean, token:com.adobe.ep.taskmanagement.util:IToken)
Constructor.
TaskManagerFaultEvent
  
[オーバーライド] Creates a copy of a TaskManagerFaultEvent object and sets the value of each property to match that of the original.
TaskManagerFaultEvent
 Inherited
formatToString(className:String, ... arguments):String
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。
Event
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。
Event
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。
Event
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。
Event
 Inherited
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。
Event
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
Event オブジェクトのすべてのプロパティを含むストリングを返します。
Event
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
パブリック定数
 定数定義元
  FAULT : String = "fault"
[静的] The FAULT constant defines the event type.
TaskManagerFaultEvent
プロパティの詳細

errorMessage

プロパティ
public var errorMessage:String

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The error message.

errorParams

プロパティ 
public var errorParams:Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Additional parameters for the error.

token

プロパティ 
token:com.adobe.ep.taskmanagement.util:IToken  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The token that represents the call to the fault. The value is useful for asynchronous completion token patterns.



実装
    public function get token():com.adobe.ep.taskmanagement.util:IToken
コンストラクターの詳細

TaskManagerFaultEvent

()コンストラクター
public function TaskManagerFaultEvent(errorMessage:String, errorParams:Object, type:String, bubbles:Boolean, cancelable:Boolean, token:com.adobe.ep.taskmanagement.util:IToken)

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Constructor.

パラメーター
errorMessage:String — Specifies the error message.
 
errorParams:Object — Specifies an object containing any parameters of interest relating to the error.
 
type:String — Specifies the type of the event.
 
bubbles:Boolean — Specifies whether the event object participates in the bubbling stage of the event flow. The default value is false.
 
cancelable:Boolean — Specifies whether the event object can be canceled.
 
token:com.adobe.ep.taskmanagement.util:IToken — Specifies request token.
メソッドの詳細

clone

()メソッド
override public function clone():Event

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Creates a copy of a TaskManagerFaultEvent object and sets the value of each property to match that of the original.

戻り値
Event — A copy of the TaskManagerFaultEvent object.
定数の詳細

FAULT

定数
public static const FAULT:String = "fault"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The FAULT constant defines the event type. The event is dispatched to indicate that a fault or error occurred.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。