public interface IErrorMessageSource
Interface representing a message source that stores messages by key and can perform variable
substitution.
- Since:
- 1.2.6
- Author:
- Igor Vaynberg (ivaynberg)
-
Method Summary
-
Method Details
-
getMessage
Retrieves a message with the givenkey
.- Parameters:
key
- a message keyvars
- variables to substitute- Returns:
- message or null if not found
-