Packagejp.nium.core.errors
Classpublic final class ErrorMessageConstants
InheritanceErrorMessageConstants Inheritance Object

ErrorMessageConstants クラスは、エラーメッセージを管理するモデルクラスです。 ErrorMessageConstants クラスを直接インスタンス化することはできません。 new ErrorMessageConstants() コンストラクタを呼び出すと、ArgumentError 例外がスローされます。 The ErrorMessageConstants class is model class to manage the error message. ErrorMessageConstants class can not instanciate directly. When call the new ErrorMessageConstants() constructor, the ArgumentError exception will be thrown.

View the examples



Public Methods
 MethodDefined By
  
getMessage(id:String, ... replaces):String
[static] 指定された識別子に対応したメッセージを返します。 Returns the message correspond to the specified identifier.
ErrorMessageConstants
Method Detail
getMessage()method
public static function getMessage(id:String, ... replaces):String

指定された識別子に対応したメッセージを返します。 Returns the message correspond to the specified identifier.

Parameters

id:Stringメッセージの識別子です。 The message identifier.
 
... replaces特定のコードを置換する文字列です。 The string to replace the perticular code.

Returns
Stringエラーメッセージです。 The error message.

Example
         
Examples