Packagejp.co.fujitsu.reffi.client.flex.error
Classpublic class CoreLogicError
InheritanceCoreLogicError Inheritance Error
ImplementsICoreError

[概 要]

共通エラークラスです.

[詳 細]

[備 考]

Copyright (c) 2008-2009 FUJITSU Japan All rights reserved.



Public Methods
 MethodDefined by
  
CoreLogicError(messageId:String)

[概 要]

コンストラクタです.
CoreLogicError
  
getId():String

[概 要]

エラーメッセージに対応するIDを取得します.
CoreLogicError
  
getMessage():String

[概 要]

エラーメッセージを取得します.
CoreLogicError
Constructor detail
CoreLogicError()constructor
public function CoreLogicError(messageId:String)

[概 要]

コンストラクタです.

[詳 細]

引数で指定されたメッセージIDを基にロードされたメッセージで、 エラーインスタンスを作成します。 メッセージIDに対応するメッセージはMessagesクラスに保持されています。

[備 考]

パラメータ
messageId:String
Method detail
getId()method
public function getId():String

[概 要]

エラーメッセージに対応するIDを取得します.

[詳 細]

[備 考]

戻り値
String
getMessage()method 
public function getMessage():String

[概 要]

エラーメッセージを取得します.

[詳 細]

[備 考]

戻り値
String