public class MessageFormatMessage extends Objectimplements Message
| Constructor and Description |
|---|
MessageFormatMessage(String
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object
|
protected String |
formatMessage(String
|
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 StringgetFormattedMessage()
getFormattedMessage in interface
Message
public StringgetFormat()
public Object[] getParameters()
getParameters in interface
Message
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public ThrowablegetThrowable()
getThrowable in interface
Message