public interface Reportable
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the message.
|
String |
getMessage(ResourceBundle bundle)
Formats the message using given resource bundle.
|
String |
getMessageCode()
Returns message code.
|
Object[] |
getMessageParameters()
Returns parameters used to format the message.
|
String getMessageCode()
Object[] getMessageParameters()
String getMessage(ResourceBundle bundle)
bundle
- bundle to use resources from.String getMessage()
Copyright © 2005–2018. All rights reserved.