FileDocCategorySizeDatePackage
Messages.javaAPI DocphoneME MR2 API (J2ME)2284Wed May 02 18:00:34 BST 2007com.sun.perseus.j2d

Messages

public class Messages extends Object
version
$Id: Messages.java,v 1.2 2006/04/21 06:35:04 st125089 Exp $

Fields Summary
public static final String
ERROR_OUT_OF_BOUND_PARAMETER_VALUE
Used when invoking the given method on the given interface with an out of bound parameter value. {0} : interface name. {1} : method name. {2} : parameter name. {3} : value.
protected static final String
RESOURCES
The error messages bundle class name.
protected static com.sun.perseus.platform.MessagesSupport
messagesSupport
The localizable support for the error messages.
Constructors Summary
Methods Summary
static java.lang.StringformatMessage(java.lang.String key, java.lang.Object[] args)
Formats the message identified by key with the input arguments.

param
key the message's key
param
args the arguments used to format the message
return
the formatted message


                                      
            
        return messagesSupport.formatMessage(key, args);