Packagejp.co.fujitsu.reffi.client.flex.error
Interfacepublic interface ICoreError
Implementors CoreLogicError

[概 要]

共通エラーインターフェースです.

[詳 細]

[備 考]

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



Public Methods
 MethodDefined By
  
getId():String
[概 要] エラーメッセージに対応するIDを取得します.
ICoreError
  
getMessage():String
[概 要] エラーメッセージを取得します.
ICoreError
Method Detail
getId()method
public function getId():String

[概 要]

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

[詳 細]

[備 考]

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

[概 要]

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

[詳 細]

[備 考]

Returns
String