| java.lang.Object com.sun.perseus.j2d.Messages
Messages | class Messages (Code) | | version: $Id: Messages.java,v 1.2 2006/04/21 06:35:04 st125089 Exp $ |
ERROR_OUT_OF_BOUND_PARAMETER_VALUE | final public static String ERROR_OUT_OF_BOUND_PARAMETER_VALUE(Code) | | 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.
|
RESOURCES | final protected static String RESOURCES(Code) | | The error messages bundle class name.
|
messagesSupport | protected static MessagesSupport messagesSupport(Code) | | The localizable support for the error messages.
|
formatMessage | static String formatMessage(String key, Object[] args)(Code) | | Formats the message identified by key with the input
arguments.
Parameters: key - the message's key Parameters: args - the arguments used to format the message the formatted message |
|
|