| Package | jp.nium.core.errors |
| Class | public final class ErrorMessageConstants |
| Inheritance | ErrorMessageConstants Object |
| Method | Defined By | ||
|---|---|---|---|
getMessage(id:String, ... replaces):String [static]
指定された識別子に対応したメッセージを返します。
Returns the message correspond to the specified identifier.
| ErrorMessageConstants | ||
| 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.
|
String —
エラーメッセージです。
The error message.
|