@Vetoed public class I18nMessage extends Object implements Message
| Constructor and Description |
|---|
I18nMessage(I18nParam category,
String message,
Object... parameters) |
I18nMessage(String category,
String message,
Object... parameters) |
I18nMessage(String category,
String message,
Severity severity,
Object... parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getMessage() |
Severity |
getSeverity() |
void |
setBundle(ResourceBundle bundle) |
String |
toString() |
public void setBundle(ResourceBundle bundle)
public String getMessage()
getMessage in interface Messagepublic Severity getSeverity()
getSeverity in interface Messagepublic String getCategory()
getCategory in interface MessageCopyright © 2014 Caelum. All rights reserved.