public class MessageFormatMessage extends Object implements Message
| Constructor and Description |
|---|
MessageFormatMessage(String messagePattern,
Object... parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
protected String |
formatMessage(String msgPattern,
Object... args) |
String |
getFormat()
Returns the message pattern.
|
String |
getFormattedMessage()
Returns the formatted message.
|
Object[] |
getParameters()
Returns the message parameters.
|
Throwable |
getThrowable()
Return the throwable passed to the Message.
|
int |
hashCode() |
String |
toString() |
public String getFormattedMessage()
getFormattedMessage in interface Messagepublic String getFormat()
public Object[] getParameters()
getParameters in interface Messagepublic Throwable getThrowable()
getThrowable in interface MessageCopyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.