jp.cssj.sakae.sac.util.io
クラス Messages

java.lang.Object
  拡張jp.cssj.sakae.sac.util.io.Messages

public class Messages
extends Object

This class manages the message for the IO utilities classes.

バージョン:
$Id: Messages.java,v 1.2 2007-05-06 04:24:07 miyabe Exp $
作成者:
Stephane Hillion

フィールドの概要
protected static LocalizableSupport localizableSupport
          The localizable support for the error messages.
protected static String RESOURCES
          The error messages bundle class name.
 
コンストラクタの概要
protected Messages()
          This class does not need to be instantiated.
 
メソッドの概要
static String formatMessage(String key, Object[] args)
          Implements Localizable.formatMessage(String,Object[]) .
static Locale getLocale()
          Implements Localizable.getLocale().
static void setLocale(Locale l)
          Implements Localizable.setLocale(Locale) .
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

RESOURCES

protected static final String RESOURCES
The error messages bundle class name.


localizableSupport

protected static LocalizableSupport localizableSupport
The localizable support for the error messages.

コンストラクタの詳細

Messages

protected Messages()
This class does not need to be instantiated.

メソッドの詳細

setLocale

public static void setLocale(Locale l)
Implements Localizable.setLocale(Locale) .


getLocale

public static Locale getLocale()
Implements Localizable.getLocale().


formatMessage

public static String formatMessage(String key,
                                   Object[] args)
                            throws MissingResourceException
Implements Localizable.formatMessage(String,Object[]) .

例外:
MissingResourceException


(c)2009 GNN & Co.,Ltd.