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

[概 要]

共通エラークラスです.

[詳 細]

[備 考]

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クラスに保持されています。

[備 考]

Parameters
messageId:String
Method Detail
getId()method
public function getId():String

[概 要]

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

[詳 細]

[備 考]

Returns
String
getMessage()method 
public function getMessage():String

[概 要]

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

[詳 細]

[備 考]

Returns
String