| java.lang.Object com.sun.perseus.midp.Messages
Messages | final class Messages (Code) | | version: $Id: Messages.java,v 1.2 2006/04/21 06:40:52 st125089 Exp $ |
ERROR_INVALID_STATE | static String ERROR_INVALID_STATE(Code) | | Error when a method is called while the target object is in the
wrong state.
{0} : the target object class name.
{1} : the target object's current state.
{2} : the method name
{3} : the valid state(s) for the method.
|
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 | public 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 |
|
|