public abstract class AbstractMessage
extends Object
implements Message
| Constructor and Description |
|---|
AbstractMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
String |
getFormattedMessage() |
Object[] |
getParameters() |
Throwable |
getThrowable() |
void |
saveFormatted()
Saves a formatted version of the message.
|
public final String getFormat()
getFormat in interface Messagepublic final String getFormattedMessage()
getFormattedMessage in interface Messagepublic final Object[] getParameters()
getParameters in interface Messagepublic final Throwable getThrowable()
getThrowable in interface Messagepublic final void saveFormatted()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.