public interface MessageHandler extends Serializable
String getMessage(Object type, Locale locale, String key, Object[] parametersValues) throws MessageNotFoundException, org.dejava.component.exception.localized.unchecked.InvalidParameterException
type
- Type of the message (containing the bundle information).locale
- Locale for the message.key
- Key for the message in the bundle.parametersValues
- Parameter values for the message.MessageNotFoundException
- If the message cannot be found.org.dejava.component.exception.localized.unchecked.InvalidParameterException
- If any of the parameters values are not valid.Copyright © 2013. All Rights Reserved.